IHostedApplicationMultichannel.Open Method
Opens Chat Session between Operator and the user who is waiting in the Queue
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.Open(sessionID)
Syntax
'Declaration
Function Open ( _
sessionID As String _
) As Boolean
bool Open (
string sessionID
)
bool Open (
String^ sessionID
)
boolean Open (
String sessionID
)
function Open (
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.