SendGenericCommandToCustomConnector method
Sends a generic command to a custom connector. For more information on the commands that can be sent to a custom connector, see the QVX SDK help.
Parameters
Name | Description | Mandatory | Type |
---|---|---|---|
qProvider | Connector file name. Command to be executed by the connector. |
Yes | String |
qCommand | One of:
|
Yes | String |
qMethod | Method name to be used within the command. The available methods depend on the chosen connector. |
Yes | String |
qParameters | Parameters of the command. No parameters are required. |
Yes | Array of Strings |
qAppendConnection | Name of the connection. |
Yes | String |
Returns
Name | Description | Type |
---|---|---|
qResult | Result of the command. |
String |