The QueryResult type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains |
Returns a value indicating whether the given StateServerKey
is present in this StateServerKeyList.
(Inherited from StateServerKeyList.) | |
| CopyTo |
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.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator over the StateServerKey values for
this StateServerKeyList.
(Inherited from StateServerKeyList.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also