Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SubscribeQueueStatus Method (queueName, tenantName, tenantPwd, qpmd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresencePresenceServiceSubscribeQueueStatus(String, String, String, ObjStatPresenceMethodDelegate)
Registers for presence updates for the queue.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
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.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)