Click or drag to resize

AgentServiceSetViewStatisticsRefreshInterval Method

Set the refresh interval for ViewStatistics(Int32, String, AgentServiceAgentServiceCompletionHandler). Active statistics entities will be requested periodically once in the given amount of seconds.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public 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