QueryResult Class

ScaleOut Software NamedCache API
Represents the result of a Query Overload operation. In particular, a QueryResult holds a collection of StateServerKey values identifying the objects satisfying a given query.
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 QueryResult : StateServerKeyList

The QueryResult type exposes the following members.

Properties

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

  NameDescription
Public methodContains
Returns a value indicating whether the given StateServerKey is present in this StateServerKeyList.
(Inherited from 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.
(Inherited from StateServerKeyList.)
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.
(Inherited from 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.
(Inherited from 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