Reference Library
RouteRequestEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCRouteRequestEventHandler
Message sent when the server notifies object that a route request has been issued.

Supported in: 6.1.0

Declaration Syntax
C#Visual BasicVisual C++
public delegate void RouteRequestEventHandler(
	Object sender,
	ThirdPartyCallController..::..RouteRequestEventArgs e
)
Public Delegate Sub RouteRequestEventHandler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..RouteRequestEventArgs _
)
public delegate void RouteRequestEventHandler(
	Object^ sender, 
	ThirdPartyCallController..::..RouteRequestEventArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (ThirdPartyCallController..::..RouteRequestEventArgs)
Data associated with the event.

Assembly: ServiceProvider (Module: ServiceProvider)