Send a Start Monitor XML message to the server
| C# | Visual Basic | Visual C++ |
public int StartMonitor( Media..::.MediaEvents events, Object userState )
Public Function StartMonitor ( _ events As Media..::.MediaEvents, _ userState As Object _ ) As Integer
public: virtual int StartMonitor( Media..::.MediaEvents^ events, Object^ userState ) sealed
- events (Media..::.MediaEvents)
- 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)