Start the monitor for session management.
| C# | Visual Basic | Visual C++ |
public int SessionManagementStartMonitor( ServiceProvider..::.SessionManagementEvents events, string deviceId, Object userState )
Public Function SessionManagementStartMonitor ( _ events As ServiceProvider..::.SessionManagementEvents, _ deviceId As String, _ userState As Object _ ) As Integer
public: virtual int SessionManagementStartMonitor( ServiceProvider..::.SessionManagementEvents^ events, String^ deviceId, Object^ userState ) sealed
- events (ServiceProvider..::.SessionManagementEvents)
- The Session Management events that 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 message sent to the server.
Assembly: ServiceProvider (Module: ServiceProvider)