StatisticsIsShared Property |
Returns true if the data for this instance is stored in shared memory.
Returns false if the data is store in local memory.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool IsShared { get; }
Public Overridable ReadOnly Property IsShared As Boolean
Get
public:
virtual property bool IsShared {
bool get ();
}
abstract IsShared : bool with get
override IsShared : bool with get
Property Value
Type:
Boolean
See Also