AttributesFactorySetConcurrencyChecksEnabled Method |
Sets concurrency checks enabled flag for this region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void SetConcurrencyChecksEnabled(
bool concurrencyChecksEnabled
)
Public Sub SetConcurrencyChecksEnabled (
concurrencyChecksEnabled As Boolean
)
public:
void SetConcurrencyChecksEnabled(
bool concurrencyChecksEnabled
)
member SetConcurrencyChecksEnabled :
concurrencyChecksEnabled : bool -> unit
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