CtiCallStateManager.OnCallDestructed(CtiCoreEventArgs) Method

Definition

Called when the call is terminated.

public:
 virtual void OnCallDestructed(Microsoft::Uii::Desktop::Cti::Core::CtiCoreEventArgs ^ e);
public virtual void OnCallDestructed (Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs e);
abstract member OnCallDestructed : Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs -> unit
override this.OnCallDestructed : Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs -> unit
Public Overridable Sub OnCallDestructed (e As CtiCoreEventArgs)

Parameters

e
CtiCoreEventArgs

Specifies the CTI Core event arguments.

Applies to