AsyncAcquireLockResult Properties

ScaleOut Software NamedCache API

The AsyncAcquireLockResult type exposes the following members.

Properties

  NameDescription
Public propertyLockResult
Indicates whether the object was successfully locked or was already locked by some other calling context.
Public propertyLockTicket
If the object was locked, returns a valid LockTicket which can be used in subsequent calls requiring a locked object. If the object was not successfully locked, returns a default LockTicket instance with IsNullLockTicket equal to true.
Top
See Also

Reference