RemoteStoreCollection Constructor (IListRemoteStore)

ScaleOut Software NamedCache API
Initializes a new instance of the RemoteStoreCollection class.

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

public RemoteStoreCollection(
	IList<RemoteStore> list
)

Parameters

list
Type: System.Collections.GenericIListRemoteStore
The list that is wrapped by the new collection.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionwhen the number of RemoteStore values in list is greater than or equal to 8.
ArgumentExceptionwhen null items are found in the collection.
ArgumentNullExceptionwhen list is null.
See Also

Reference