Reference Library
RouteSelectResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCRouteSelectResponseHandler
Delegate for a response to a Route Select 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 RouteSelectResponseHandler(
	Object sender,
	ThirdPartyCallController..::..RouteSelectResponseArgs e
)
Public Delegate Sub RouteSelectResponseHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..RouteSelectResponseArgs _
)
public delegate void RouteSelectResponseHandler(
	Object^ sender, 
	ThirdPartyCallController..::..RouteSelectResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (ThirdPartyCallController..::..RouteSelectResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)