Click or drag to resize
StatisticsIsAtomic Property
Returns true if modifications are atomic. This means that multiple threads can safely modify this instance without additional synchronization.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual bool IsAtomic { get; }

Property Value

Type: Boolean
See Also