InvocationGridLockOnRead Property

ScaleOut Software NamedCache API
Gets the value of LockOnRead that was specified via the InvocationGridBuilder. This value controls locking behavior for the invocation grid's worker process, where a value of true will cause the worker process to lock objects during evaluation. The default is false.

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

public Nullable<bool> LockOnRead { get; }

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