StatisticsTypeNameToId Method |
Returns the id 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 int NameToId(
string name
)
Public Function NameToId (
name As String
) As Integer
public:
virtual int NameToId(
String^ name
) sealed
abstract NameToId :
name : string -> int
override NameToId :
name : string -> int
Parameters
- name
- Type: SystemString
the statistic name
Return Value
Type:
Int32the id of the statistic with the given name
Exceptions
See Also