Compartir a través de


IHostedApplicationMultichannel.Close Method

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

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As IHostedApplicationMultichannel
Dim sessionID As String
Dim returnValue As Boolean

returnValue = instance.Close(sessionID)

Syntax

'Declaration
Function Close ( _
    sessionID As String _
) As Boolean
bool Close (
    string sessionID
)
bool Close (
    String^ sessionID
)
boolean Close (
    String sessionID
)
function Close (
    sessionID : String
) : boolean

Parameters

  • sessionID
    The key used to open a connection the channel.

Return Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IHostedApplicationMultichannel Interface
IHostedApplicationMultichannel Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.