Reference Library
StartMonitor Method (deviceId, events, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIThirdPartyCallControllerStartMonitor(String, ThirdPartyCallController..::.ThirdPartyCallControlEvents, Object)
Request monitoring on the links.
Declaration Syntax
C#Visual BasicVisual C++
Function StartMonitor ( _
	deviceId As String, _
	events As ThirdPartyCallController..::.ThirdPartyCallControlEvents, _
	userState As Object _
) As Integer
int StartMonitor(
	String^ deviceId, 
	ThirdPartyCallController..::.ThirdPartyCallControlEvents^ events, 
	Object^ userState
)
Parameters
deviceId (String)
The ID of the device that is making the request.
events (ThirdPartyCallController..::.ThirdPartyCallControlEvents)
What events are to be monitored.
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)