CtiCallStateManager.SendChatMessage Method
Executes a send chat message command
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As CtiCallStateManager
Dim ctiCallRefCallId As Guid
Dim additionalData As Dictionary(Of String, String)
Dim returnValue As Boolean
returnValue = instance.SendChatMessage(ctiCallRefCallId, additionalData)
Syntax
'Declaration
Public Overridable Function SendChatMessage ( _
ctiCallRefCallId As Guid, _
additionalData As Dictionary(Of String, String) _
) As Boolean
public virtual bool SendChatMessage (
Guid ctiCallRefCallId,
Dictionary<string,string> additionalData
)
public:
virtual bool SendChatMessage (
Guid ctiCallRefCallId,
Dictionary<String^, String^>^ additionalData
)
public boolean SendChatMessage (
Guid ctiCallRefCallId,
Dictionary<String,String> additionalData
)
public function SendChatMessage (
ctiCallRefCallId : Guid,
additionalData : Dictionary<String,String>
) : boolean
Parameters
- ctiCallRefCallId
Specifies the call reference ID.
- additionalData
Additional data associated with the command
Return Value
Type: Boolean
True if the command was executed successfully, otherwise false.
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
CtiCallStateManager Class
CtiCallStateManager Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.