RegionFactorySetConcurrencyChecksEnabled 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 RegionFactory SetConcurrencyChecksEnabled(
bool concurrencyChecksEnabled
)
Public Function SetConcurrencyChecksEnabled (
concurrencyChecksEnabled As Boolean
) As RegionFactory
public:
RegionFactory^ SetConcurrencyChecksEnabled(
bool concurrencyChecksEnabled
)
member SetConcurrencyChecksEnabled :
concurrencyChecksEnabled : bool -> RegionFactory
Parameters
- concurrencyChecksEnabled
- Type: SystemBoolean
if true, version checks for region entries will occur.
Return Value
Type:
RegionFactorythe instance of RegionFactory
Remarks
If set to false, then the version checks will not occur.
The default if not set is 'true'
See Also