Reference Library
StartApplicationSessionResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCStartApplicationSessionResponseHandler
Delegate which represents the handler for responses to the Start Application Session message.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void StartApplicationSessionResponseHandler(
	Object sender,
	ServiceProvider..::..StartApplicationSessionResponseArgs e
)
Public Delegate Sub StartApplicationSessionResponseHandler ( _
	sender As Object, _
	e As ServiceProvider..::..StartApplicationSessionResponseArgs _
)
public delegate void StartApplicationSessionResponseHandler(
	Object^ sender, 
	ServiceProvider..::..StartApplicationSessionResponseArgs^ e
)
Parameters
sender (Object)
Object who sent the message.
e (ServiceProvider..::..StartApplicationSessionResponseArgs)
Parameters associated with this particular callback.

Assembly: ServiceProvider (Module: ServiceProvider)