ReadLockingMode Enumeration

ScaleOut Software NamedCache API
An enumeration used to control locking behavior during Retrieve and GetMetadata operation.

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

public enum ReadLockingMode
Members

  Member nameValueDescription
NoLockOnRead0 The object should not be locked in the StateServer. Note that this option will not release a lock if the caller locked the object earlier--call ReleaseLock(String) to release an existing lock.
LockOnRead1 The object should be locked in the StateServer so that the calling thread can establish exclusive access.
See Also

Reference