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

Assembly: ServiceProvider (Module: ServiceProvider)