Partager via


IHostedApplicationMultichannel.Transfer(String, String) Method

Definition

Transfers current chat session to another Agent/Expert

public:
 bool Transfer(System::String ^ sessionID, System::String ^ newPartyUri);
public bool Transfer (string sessionID, string newPartyUri);
abstract member Transfer : string * string -> bool
Public Function Transfer (sessionID As String, newPartyUri As String) As Boolean

Parameters

sessionID
String

The key used to open a connection the channel.

newPartyUri
String

The URI indicating the party to add to the conference.

Returns

A boolean is returned indicating success or failure.

Remarks

The sessionID may need to be converted for each channel as the data type is unknown.

Applies to