Subscribes to a statistic.

C# | Visual Basic | Visual C++ |
public void SubscribeStatObject( string statName, string objName, string tenantName, string tenantPwd, StatisticObjectType sot, ObjStatPresenceMethodDelegate ospmd )
Public Sub SubscribeStatObject ( _ statName As String, _ objName As String, _ tenantName As String, _ tenantPwd As String, _ sot As StatisticObjectType, _ ospmd As ObjStatPresenceMethodDelegate _ )
public: void SubscribeStatObject( String^ statName, String^ objName, String^ tenantName, String^ tenantPwd, StatisticObjectType sot, ObjStatPresenceMethodDelegate^ ospmd )

- statName (String)
- The statistic name.
- objName (String)
- The object name.
- tenantName (String)
- The tenant name.
- tenantPwd (String)
- sot (StatisticObjectType)
- The statistic object type.
- ospmd (ObjStatPresenceMethodDelegate)
- The ObjStatPresenceMethodDelegate.