Partager via


CtiHostedControl.ExecuteGenericCommand(String, CtiCommandRequest) Method

Definition

Generic command handler. If the command does not exist in the currnet interface it can be extended via this interface.

public:
 abstract System::String ^ ExecuteGenericCommand(System::String ^ commandName, Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public abstract string ExecuteGenericCommand (string commandName, Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member ExecuteGenericCommand : string * Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> string
Public MustOverride Function ExecuteGenericCommand (commandName As String, commandData As CtiCommandRequest) As String

Parameters

commandName
String

Specifies the name of the command to execute.

commandData
CtiCommandRequest

Specifies the command data.

Returns

User defiend response

Implements

Applies to