Partager via


CtiHostedControl.PushUrl(CtiCommandRequest) Method

Definition

Pushes a URL.

public:
 abstract bool PushUrl(Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public abstract bool PushUrl (Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member PushUrl : Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> bool
Public MustOverride Function PushUrl (commandData As CtiCommandRequest) As Boolean

Parameters

commandData
CtiCommandRequest

Specifies the call ID and additional command data.

Returns

True if the URL was pushed successfully, otherwise false.

Implements

Applies to