Reference Library
GetForwardingResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetForwardingResponseHandler
Delegate for a response to a GetForwarding request
Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetForwardingResponseHandler(
	Object sender,
	ThirdPartyCallController..::..GetForwardingResponseArgs e
)
Public Delegate Sub GetForwardingResponseHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..GetForwardingResponseArgs _
)
public delegate void GetForwardingResponseHandler(
	Object^ sender, 
	ThirdPartyCallController..::..GetForwardingResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (ThirdPartyCallController..::..GetForwardingResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)