Reference Library
GetAgentStateResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetAgentStateResponseHandler
Delegate for a response to a GetAgentState request

Supported in: 6.1.0

Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetAgentStateResponseHandler(
	Object sender,
	ThirdPartyCallController..::..GetAgentStateResponseArgs e
)
Public Delegate Sub GetAgentStateResponseHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..GetAgentStateResponseArgs _
)
public delegate void GetAgentStateResponseHandler(
	Object^ sender, 
	ThirdPartyCallController..::..GetAgentStateResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (ThirdPartyCallController..::..GetAgentStateResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)