Share via


CtiCallStateManager.WrapUpCall(Guid, Dictionary<String,String>) Method

Definition

Executes a Wrap up call command to the base interface

public:
 virtual bool WrapUpCall(Guid ctiCallRefCallId, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ additionalData);
public virtual bool WrapUpCall (Guid ctiCallRefCallId, System.Collections.Generic.Dictionary<string,string> additionalData);
abstract member WrapUpCall : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
override this.WrapUpCall : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
Public Overridable Function WrapUpCall (ctiCallRefCallId As Guid, additionalData As Dictionary(Of String, String)) As Boolean

Parameters

ctiCallRefCallId
Guid

Specifies the call reference ID

additionalData
Dictionary<String,String>

Specifies the additional data associated with the command.

Returns

True if the wrap up command was executed successfully, otherwise false.

Implements

Applies to