Register for presence updates for the queue.

C# | Visual Basic | Visual C++ |
void SubscribeQueueStatus( string queueName, string tenantName, string tenantPwd, ObjStatPresenceMethodDelegate qpmd )
Sub SubscribeQueueStatus ( _ queueName As String, _ tenantName As String, _ tenantPwd As String, _ qpmd As ObjStatPresenceMethodDelegate _ )
void SubscribeQueueStatus( String^ queueName, String^ tenantName, String^ tenantPwd, ObjStatPresenceMethodDelegate^ qpmd )

- queueName (String)
- The name of the queue for which presence is required.
- tenantName (String)
- The name of the tenant that contains this queue.
- tenantPwd (String)
- The password of the tenant that contains this queue.
- qpmd (ObjStatPresenceMethodDelegate)
- The ObjStatPresenceMethodDelegate.