CtiHostedControl.ExecuteGenericCommand(String, CtiCommandRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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