IHostedApplicationMultichannel.Close(String) Method

Definition

Closes the Chat Session between the Agent and the User on that particular Chat Session

public:
 bool Close(System::String ^ sessionID);
public bool Close (string sessionID);
abstract member Close : string -> bool
Public Function Close (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