StateServerKeyList Class

ScaleOut Software NamedCache API
A strongly-typed, read-only list of StateServerKey values.
Inheritance Hierarchy

SystemObject
  Soss.ClientStateServerKeyList
    Soss.ClientQueryResult

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public class StateServerKeyList : IList, 
	ICollection, IEnumerable

The StateServerKeyList type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of StateServerKey values held by this StateServerKeyList.
Public propertyIsFixedSize
Returns false.
Public propertyIsReadOnly
Returns true.
Public propertyIsSynchronized
Returns false.
Public propertyItem
Gets the StateServerKey element at the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to this StateServerKeyList.
Top
Methods

  NameDescription
Public methodContains
Returns a value indicating whether the given StateServerKey is present in this StateServerKeyList.
Public methodCopyTo
Copies the StateServerKey values from this collection to a compatible one-dimensional Array starting at the specified index in the target array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator over the StateServerKey values for this StateServerKeyList.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified StateServerKey and returns the zero-based index of the first occurrence within the collection of StateServerKey values held by this StateServerKeyList.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference