GetMetadataOptions Constructor

ScaleOut Software NamedCache API
Constructor.

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

public GetMetadataOptions(
	ReadLockingMode lockingMode,
	GeoServerReadMode geoServerReadMode
)

Parameters

lockingMode
Type: Soss.ClientReadLockingMode
Determines whether the GetMetadata method should attempt to acquire a StateServer lock on the associated object.
geoServerReadMode
Type: Soss.ClientGeoServerReadMode
Determines GeoServer "pull" replication behavior when retrieving the object metadata from the StateServer.
See Also

Reference