StateServerKeyListIndexOf Method

ScaleOut Software NamedCache API
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.

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

public int IndexOf(
	StateServerKey value
)

Parameters

value
Type: Soss.ClientStateServerKey
The StateServerKey to locate within this StateServerKeyList.

Return Value

Type: Int32
The zero-based index of the first occurrence of value within the collection, if found; otherwise, -1.
See Also

Reference