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

Assembly: ServiceProvider (Module: ServiceProvider)