Partager via


ICtiControl.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:
 System::String ^ ExecuteGenericCommand(System::String ^ commandName, Microsoft::Uii::Desktop::Cti::Core::CtiCommandRequest ^ commandData);
public string ExecuteGenericCommand (string commandName, Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest commandData);
abstract member ExecuteGenericCommand : string * Microsoft.Uii.Desktop.Cti.Core.CtiCommandRequest -> string
Public 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

Applies to