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

Assembly: ServiceProvider (Module: ServiceProvider)