Request monitoring on the links.
| C# | Visual Basic | Visual C++ |
int SessionManagementStartMonitor( ServiceProvider..::.SessionManagementEvents events, string deviceId, Object userState )
Function SessionManagementStartMonitor ( _ events As ServiceProvider..::.SessionManagementEvents, _ deviceId As String, _ userState As Object _ ) As Integer
int SessionManagementStartMonitor( ServiceProvider..::.SessionManagementEvents^ events, String^ deviceId, Object^ userState )
- events (ServiceProvider..::.SessionManagementEvents)
- What events are to be monitored.
- deviceId (String)
- The deviceId which has permission to perform this operation. If SDB authorixation is not enabled on the server then this parameter may be an empty string ("")
- 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)