Reference Library
RouteEndResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCRouteEndResponseHandler
Delegate for a response to a Route End Request. NOTE: The only time you will get this is in the case of an error.

Supported in: 6.1.0

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

Assembly: ServiceProvider (Module: ServiceProvider)