Reference Library
ChangeMonitor Method (monitorRefId, events, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIPhoneChangeMonitor(String, Phone..::..PhoneEvents, Object)
Request AES to change what events are being monitored.

Supported in: 6.1.0

Declaration Syntax
C#Visual BasicVisual C++
int ChangeMonitor(
	string monitorRefId,
	Phone..::..PhoneEvents events,
	Object userState
)
Function ChangeMonitor ( _
	monitorRefId As String, _
	events As Phone..::..PhoneEvents, _
	userState As Object _
) As Integer
int ChangeMonitor(
	String^ monitorRefId, 
	Phone..::..PhoneEvents^ events, 
	Object^ userState
)
Parameters
monitorRefId (String)
The Monitor Reference Id which you want to change.
events (Phone..::..PhoneEvents)
The events the application now wants to monitor.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)