Compartilhar via


IHostedApplicationMultichannel.Transfer Method

Transfers current chat session to another Agent/Expert

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 newPartyUri As String
Dim returnValue As Boolean

returnValue = instance.Transfer(sessionID, newPartyUri)

Syntax

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

Parameters

  • sessionID
    The key used to open a connection the channel.
  • newPartyUri
    The URI indicating the party to add to the conference.

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.