Reference Library
StartMonitor Method (deviceId, events, userState)
NamespacesAvaya.ApplicationEnablement.DMCCThirdPartyCallControllerStartMonitor(String, ThirdPartyCallController..::.ThirdPartyCallControlEvents, Object)
Request monitoring on the links.
Declaration Syntax
C#Visual BasicVisual C++
public int StartMonitor(
	string deviceId,
	ThirdPartyCallController..::.ThirdPartyCallControlEvents events,
	Object userState
)
Public Function StartMonitor ( _
	deviceId As String, _
	events As ThirdPartyCallController..::.ThirdPartyCallControlEvents, _
	userState As Object _
) As Integer
public:
virtual int StartMonitor(
	String^ deviceId, 
	ThirdPartyCallController..::.ThirdPartyCallControlEvents^ events, 
	Object^ userState
) sealed
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)