Reference Library
AgentReadyEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCAgentReadyEventHandler
Message sent when the server notifies the client application that the agent is ready.

Not Supported

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

Assembly: ServiceProvider (Module: ServiceProvider)