Reference Library
ChangeMonitor Method (monitorRefId, events, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerChangeMonitor(String, ThirdPartyCallController..::..ThirdPartyPerCallControlEvents, Object)
Change the attributes of an existing per call monitor.

Supported in: 6.1.0

Declaration Syntax
C#Visual BasicVisual C++
int ChangeMonitor(
	string monitorRefId,
	ThirdPartyCallController..::..ThirdPartyPerCallControlEvents events,
	Object userState
)
Function ChangeMonitor ( _
	monitorRefId As String, _
	events As ThirdPartyCallController..::..ThirdPartyPerCallControlEvents, _
	userState As Object _
) As Integer
int ChangeMonitor(
	String^ monitorRefId, 
	ThirdPartyCallController..::..ThirdPartyPerCallControlEvents^ events, 
	Object^ userState
)
Parameters
monitorRefId (String)
The ID of the monitor that you want to change.
events (ThirdPartyCallController..::..ThirdPartyPerCallControlEvents)
The per call events that you now want to monitor.
userState (Object)
The Invoke ID of the XML message sent to the server.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)