Click or drag to resize
AgentServiceExitViewStatistics Method
Clear the ViewStatistics(Int32, String, AgentServiceAgentServiceCompletionHandler) display preference. The requested statistics entity is not considered active anymore.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void ExitViewStatistics(
	int buttonNumber,
	AgentServiceAgentServiceCompletionHandler completionHandler
)

Parameters

buttonNumber
Type: SystemInt32
Configured button number of the requested statistics type.
completionHandler
Type: Avaya.ClientServicesAgentServiceAgentServiceCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also