Request monitoring on the links.
| C# | Visual Basic | Visual 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
- 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.
The Invoke ID of the XML message sent to the server.
Assembly: ServiceProvider (Module: ServiceProvider)