Reference Library
OnStopMonitorResponse Event
NamespacesAvaya.ApplicationEnablement.DMCCCallAssociatedOnStopMonitorResponse
Event registration for responses to StopMonitor requests.

Supported in: 6.3.0

Declaration Syntax
C#Visual BasicVisual C++
public event CallAssociatedStopMonitorResponseHandler OnStopMonitorResponse
Public Event OnStopMonitorResponse As CallAssociatedStopMonitorResponseHandler
public:
virtual  event CallAssociatedStopMonitorResponseHandler^ OnStopMonitorResponse {
	void add (CallAssociatedStopMonitorResponseHandler^ value);
	void remove (CallAssociatedStopMonitorResponseHandler^ value);
}

Assembly: ServiceProvider (Module: ServiceProvider)