StatisticsFactoryFindFirstStatisticsByType Method |
Return the first instance that matches the type, or NULL
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Statistics FindFirstStatisticsByType(
StatisticsType type
)
Public Function FindFirstStatisticsByType (
type As StatisticsType
) As Statistics
public:
virtual Statistics^ FindFirstStatisticsByType(
StatisticsType^ type
) sealed
abstract FindFirstStatisticsByType :
type : StatisticsType -> Statistics
override FindFirstStatisticsByType :
type : StatisticsType -> Statistics
Parameters
- type
- Type: GemStone.GemFire.Cache.GenericStatisticsType
Return Value
Type:
Statistics
See Also