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