Reference Library
AgentNotReadyEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCAgentNotReadyEventHandler
Message sent when the server notifies the client application that the agent is not ready.

Not Supported

Declaration Syntax
C#Visual BasicVisual C++
public delegate void AgentNotReadyEventHandler(
	Object sender,
	ThirdPartyCallController..::..AgentNotReadyEventArgs e
)
Public Delegate Sub AgentNotReadyEventHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..AgentNotReadyEventArgs _
)
public delegate void AgentNotReadyEventHandler(
	Object^ sender, 
	ThirdPartyCallController..::..AgentNotReadyEventArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (ThirdPartyCallController..::..AgentNotReadyEventArgs)
Data associated with the event.

Assembly: ServiceProvider (Module: ServiceProvider)