StateServerKeyListContains Method

ScaleOut Software NamedCache API
Returns a value indicating whether the given StateServerKey is present in this StateServerKeyList.

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

public bool Contains(
	StateServerKey value
)

Parameters

value
Type: Soss.ClientStateServerKey
the StateServerKey to look for

Return Value

Type: Boolean
true if value is found in the collection. Otherwise, false.
See Also

Reference