Register for presence updates for the routing point.

C# | Visual Basic | Visual C++ |
void SubscribeRoutingPointStatus( string routingPointName, string tenantName, string tenantPwd, ObjStatPresenceMethodDelegate rpmd )
Sub SubscribeRoutingPointStatus ( _ routingPointName As String, _ tenantName As String, _ tenantPwd As String, _ rpmd As ObjStatPresenceMethodDelegate _ )
void SubscribeRoutingPointStatus( String^ routingPointName, String^ tenantName, String^ tenantPwd, ObjStatPresenceMethodDelegate^ rpmd )

- routingPointName (String)
- The routing point name.
- tenantName (String)
- The name of the tenant that contains this routing point.
- tenantPwd (String)
- The password of the tenant that contains this routing point.
- rpmd (ObjStatPresenceMethodDelegate)
- The ObjStatPresenceMethodDelegate.