Share via


CtiCallStateManager.RemoveCall Method

Definition

Overloads

RemoveCall(CallInfoData)

Removes a call from the calls list.

RemoveCall(String)

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

RemoveCall(CallInfoData)

Removes a call from the calls list.

public:
 bool RemoveCall(Microsoft::Uii::Desktop::Cti::Core::CallInfoData ^ callData);
public bool RemoveCall (Microsoft.Uii.Desktop.Cti.Core.CallInfoData callData);
member this.RemoveCall : Microsoft.Uii.Desktop.Cti.Core.CallInfoData -> bool
Public Function RemoveCall (callData As CallInfoData) As Boolean

Parameters

callData
CallInfoData

Specifies the CallInfoData Object to remove

Returns

True if the call si removed successfully, otherwise false.

Applies to

RemoveCall(String)

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

public:
 bool RemoveCall(System::String ^ vendorCallId);
public bool RemoveCall (string vendorCallId);
member this.RemoveCall : string -> bool
Public Function RemoveCall (vendorCallId As String) As Boolean

Parameters

vendorCallId
String

Specifies the string version of the vendor call ID.

Returns

True if the call is removed successfully, otherwise false.

Applies to