Udostępnij za pośrednictwem


ICtiControl.ExecuteGenericCommand Method

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

Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Usage

'Usage
Dim instance As ICtiControl
Dim commandName As String
Dim commandData As CtiCommandRequest
Dim returnValue As String

returnValue = instance.ExecuteGenericCommand(commandName, commandData)

Syntax

'Declaration
Function ExecuteGenericCommand ( _
    commandName As String, _
    commandData As CtiCommandRequest _
) As String
string ExecuteGenericCommand (
    string commandName,
    CtiCommandRequest commandData
)
String^ ExecuteGenericCommand (
    String^ commandName, 
    CtiCommandRequest^ commandData
)
String ExecuteGenericCommand (
    String commandName, 
    CtiCommandRequest commandData
)
function ExecuteGenericCommand (
    commandName : String, 
    commandData : CtiCommandRequest
) : String

Parameters

  • commandName
    Specifies the name of the command to execute.
  • commandData
    Specifies the command data.

Return Value

User defiend response

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ICtiControl Interface
ICtiControl Members
Microsoft.Uii.Desktop.Cti.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.