LocalRegionTKey, TValueStatistics Property |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual CacheStatistics Statistics { get; }
Public Overridable ReadOnly Property Statistics As CacheStatistics
Get
public:
virtual property CacheStatistics^ Statistics {
CacheStatistics^ get ();
}
abstract Statistics : CacheStatistics with get
override Statistics : CacheStatistics with get
Property Value
Type:
CacheStatisticsImplements
IRegionTKey, TValueStatistics
See Also