IndexCollectionRemove Method

ScaleOut Software NamedCache API
Removes the first occurrence of a specific IndexValue from the IndexCollection.

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

public virtual void Remove(
	IndexValue value
)

Parameters

value
Type: Soss.ClientIndexValue
the value to find and remove.
Remarks

If an IndexValue is remvoed, all elements in the collection following the removed element are moved one position to the left. The element at position (MaxIndexValues-1) is filled with an empty IndexValue.
See Also

Reference