StatisticsIsAtomic Property |
Returns true if modifications are atomic. This means that multiple threads
can safely modify this instance without additional synchronization.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool IsAtomic { get; }
Public Overridable ReadOnly Property IsAtomic As Boolean
Get
public:
virtual property bool IsAtomic {
bool get ();
}
abstract IsAtomic : bool with get
override IsAtomic : bool with get
Property Value
Type:
Boolean
See Also