RegionAttributesConcurrencyChecksEnabled Property |
Returns the concurrency check enabled flag of the region
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool ConcurrencyChecksEnabled { get; }
Public ReadOnly Property ConcurrencyChecksEnabled As Boolean
Get
public:
property bool ConcurrencyChecksEnabled {
bool get ();
}
member ConcurrencyChecksEnabled : bool with get
Return Value
Type:
Booleanthe concurrency check enabled flag
See Also