StateServerKeyListCopyTo Method

ScaleOut Software NamedCache API
Copies the StateServerKey values from this collection to a compatible one-dimensional Array starting at the specified index in the target array.

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

public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
The one-dimensional Array that is the destination of the elements copied from this StateServerKeyList. The Array must have zero-based indexing.
index
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionCopyTo(Array, Int32)
See Also

Reference