Reference Library
PhoneStartMonitorResponseHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCPhoneStartMonitorResponseHandler
Delegate for a response to a StartMonitor request
Declaration Syntax
C#Visual BasicVisual C++
public delegate void PhoneStartMonitorResponseHandler(
	Object sender,
	Phone..::..StartMonitorResponseArgs e
)
Public Delegate Sub PhoneStartMonitorResponseHandler ( _
	sender As Object, _
	e As Phone..::..StartMonitorResponseArgs _
)
public delegate void PhoneStartMonitorResponseHandler(
	Object^ sender, 
	Phone..::..StartMonitorResponseArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (Phone..::..StartMonitorResponseArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)