RemoteStoreCollectionSetItem Method

ScaleOut Software NamedCache API
Replaces the element at the specified index.

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

protected override void SetItem(
	int index,
	RemoteStore item
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to replace.
item
Type: Soss.ClientRemoteStore
The new value for the element at the specified index. The value cannot be null.
Exceptions

ExceptionCondition
ArgumentNullExceptionwhen item is null
ArgumentExceptionwhen the RemoteStore to be overwritten already exists at another index in the collection.
See Also

Reference