Compartir a través de


CtiCallStateManager.RemoveCall Method (String)

Removes a call from the calls list by the string version of the cti vendor call ID.

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

returnValue = instance.RemoveCall(vendorCallId)

Syntax

'Declaration
Public Function RemoveCall ( _
    vendorCallId As String _
) As Boolean
public bool RemoveCall (
    string vendorCallId
)
public:
bool RemoveCall (
    String^ vendorCallId
)
public boolean RemoveCall (
    String vendorCallId
)
public function RemoveCall (
    vendorCallId : String
) : boolean

Parameters

  • vendorCallId
    Specifies the string version of the vendor call ID.

Return Value

Type: Boolean
True if the call is removed 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.