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

Assembly: ServiceProvider (Module: ServiceProvider)