CtiCallStateManager.RemoveCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.