Registers for presence updates for the queue.

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

- 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.