Reference Library
SessionManagementStartMonitor Method (events, deviceId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderSessionManagementStartMonitor(ServiceProvider..::..SessionManagementEvents, String, Object)
Start the monitor for session management.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
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 authorization 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.
Return Value
The Invoke Id of the message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)