Click or drag to resize
AgentServiceQueueStatisticsList Property
Returns a queue statistics collection that is available for the user, this information can be used by the agent to monitor skill based queue statistics using method. StartQueueStatisticsMonitoring(QueueStatistics, AgentServiceAgentServiceCompletionHandler).

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public ReadOnlyCollection<QueueStatistics> QueueStatisticsList { get; }

Return Value

Type: ReadOnlyCollectionQueueStatistics
Returns a collection of QueueStatistics objects.
Remarks
Application developers can also use AvailableAgentFeatures to get full list of agent features available for an application.
See Also