Reference Library
GetAgentLoginResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetAgentLoginResponseHandler
Delegate for a response to a GetAgentLoging request

Supported in: 6.1.0

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

Assembly: ServiceProvider (Module: ServiceProvider)