Reference Library
TransferMonitorObjects Method (toSessionId, fromSessionId, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIServiceProviderTransferMonitorObjects(String, String, Object)
Sends a transferMonitorObjects message to the server.
Declaration Syntax
C#Visual BasicVisual C++
int TransferMonitorObjects(
	string toSessionId,
	string fromSessionId,
	Object userState
)
Function TransferMonitorObjects ( _
	toSessionId As String, _
	fromSessionId As String, _
	userState As Object _
) As Integer
int TransferMonitorObjects(
	String^ toSessionId, 
	String^ fromSessionId, 
	Object^ userState
)
Parameters
toSessionId (String)
The id of the session that you what the monitors trasferred to.
fromSessionId (String)
The id of the session that you what the monitors trasferred from.
userState (Object)
A object which will be returned via the transferMonitorObjects callback.
Return Value
The Invoke Id of the outgoing XML message.

Assembly: ServiceProvider (Module: ServiceProvider)