Reference Library
SetAgentStateResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCSetAgentStateResponseHandler
Delegate for a response to a SetAgentState request

Supported in: 6.1.0

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

Assembly: ServiceProvider (Module: ServiceProvider)