StatisticsFactoryFindType Method |
Finds and returns an already created
StatisticsType
with the given
name. Returns
null if the type does not exist.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic StatisticsType FindType(
string name
)
Public Function FindType (
name As String
) As StatisticsType
public:
virtual StatisticsType^ FindType(
String^ name
) sealed
abstract FindType :
name : string -> StatisticsType
override FindType :
name : string -> StatisticsType
Parameters
- name
- Type: SystemString
Return Value
Type:
StatisticsType
See Also