InvocationGridBuilderLockOnRead Property

ScaleOut Software NamedCache API
Gets or sets locking behavior for the invocation grid. If true, objects will be locked before they are read and passed into eval invocations, ensuring that other clients/threads will not change objects while they are being evaluated. The default behavior is false (locking will not be performed).

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

public Nullable<bool> LockOnRead { get; set; }

Property Value

Type: NullableBoolean
Remarks

If LockOnRead is null then the invocation grid worker processes will use the value that is specified in the soss_LockOnRead appSetting in the soss_ig_wkr.exe.config file on each configured server. If LockOnRead is null and there is no "soss_LockOnRead" value configured for a worker's appSettings then the worker process will default to false and locking will not be performed.

See Also

Reference