RemoteStoreCollectionInsertItem Method

ScaleOut Software NamedCache API

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

protected override void InsertItem(
	int index,
	RemoteStore item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: Soss.ClientRemoteStore
The object to insert. The value cannot be null.
Exceptions

ExceptionCondition
ArgumentNullExceptionWhen item is null
ArgumentOutOfRangeExceptionwhen the collection already has 8 RemoteStores or if the index at which the store should be inserted is 8 or more.
ArgumentExceptionwhen the RemoteStore to be inserted already exists in the collection.
See Also

Reference