Reference Library
TransferMonitorObjects Method (toSessionId, fromSessionId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderTransferMonitorObjects(String, String, Object)
Transfer all the devices and monitors from one session to another session. The session which the monitors are being trasferred from will be closed by the DMCC server.
Declaration Syntax
C#Visual BasicVisual C++
public int TransferMonitorObjects(
	string toSessionId,
	string fromSessionId,
	Object userState
)
Public Function TransferMonitorObjects ( _
	toSessionId As String, _
	fromSessionId As String, _
	userState As Object _
) As Integer
public:
virtual int TransferMonitorObjects(
	String^ toSessionId, 
	String^ fromSessionId, 
	Object^ userState
) sealed
Parameters
toSessionId (String)
The session where the monitors and devices are being transferred to.
fromSessionId (String)
The session where the monitors and devices are being tansferred from.
userState (Object)
A object which will be returned via the TransferMonitorObjectsResponse callback.
Return Value
The Invoke Id of the XML message that was sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)