Click or drag to resize
AttributesFactorySetConcurrencyChecksEnabled Method
Sets concurrency checks enabled flag for this region.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void SetConcurrencyChecksEnabled(
	bool concurrencyChecksEnabled
)

Parameters

concurrencyChecksEnabled
Type: SystemBoolean
if true, version checks for region entries will occur.
Remarks

If set to false, then the version checks will not occur.

The default if not set is 'true'

See Also