IHostedApplicationMultichannel.Open(String) Method

Definition

Opens Chat Session between Operator and the user who is waiting in the Queue

public:
 bool Open(System::String ^ sessionID);
public bool Open (string sessionID);
abstract member Open : string -> bool
Public Function Open (sessionID As String) As Boolean

Parameters

sessionID
String

The key used to open a connection the channel.

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