UpdateOptions Constructor

ScaleOut Software NamedCache API
Constructs an UpdateOptions structure with the desired locking mode.

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

public UpdateOptions(
	UpdateLockingMode lockingMode
)

Parameters

lockingMode
Type: Soss.ClientUpdateLockingMode
Locking mode to be used during an update operation.
See Also

Reference