StatisticsFactoryGetExistingInstance Method |
Return a pre-existing statistics factory. Typically configured through
creation of a distributed system.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static StatisticsFactory GetExistingInstance()
Public Shared Function GetExistingInstance As StatisticsFactory
public:
static StatisticsFactory^ GetExistingInstance()
static member GetExistingInstance : unit -> StatisticsFactory
Return Value
Type:
StatisticsFactory
See Also