AgentServiceSetQueueStatisticsRefreshInterval Method |
Sets refresh interval for queue statistics.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void SetQueueStatisticsRefreshInterval(
int refreshInterval,
AgentServiceAgentServiceCompletionHandler completionHandler
)
Parameters
- refreshInterval
- Type: SystemInt32
The refresh interval in seconds. Minimum value: 0 (i.e. no refresh),
maximum value: 3600 (i.e. 1 hour).
- completionHandler
- Type: Avaya.ClientServicesAgentServiceAgentServiceCompletionHandler
Completion handler instance that receives the result of the operation.
If not provided, failure feedback cannot be provided.
See Also