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

Assembly: ServiceProvider (Module: ServiceProvider)