AgentServiceSetViewStatisticsRefreshInterval Method |
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void SetViewStatisticsRefreshInterval(
int nRefreshInterval,
AgentServiceAgentServiceCompletionHandler completionHandler
)
Parameters
- nRefreshInterval
- Type: SystemInt32
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