UpdateOptionsLockingMode Property

ScaleOut Software NamedCache API
Get/set the locking behavior for the update. Objects that use optimistic locking (UpdateIfVersionMatches) must implement the IOptimisticConcurrencyVersionHolder interface.

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

public UpdateLockingMode LockingMode { get; set; }

Property Value

Type: UpdateLockingMode
See Also

Reference