StatisticsTypeNameToDescriptor Method |
Returns the descriptor of the statistic with the given name in this
statistics instance.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic StatisticDescriptor NameToDescriptor(
string name
)
Public Function NameToDescriptor (
name As String
) As StatisticDescriptor
public:
virtual StatisticDescriptor^ NameToDescriptor(
String^ name
) sealed
abstract NameToDescriptor :
name : string -> StatisticDescriptor
override NameToDescriptor :
name : string -> StatisticDescriptor
Parameters
- name
- Type: SystemString
the statistic name
Return Value
Type:
StatisticDescriptorthe descriptor of the statistic with the given name
Exceptions
See Also