SendGenericCommandToCustomConnector method
Overview
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 | Type |
|---|---|---|
| qProvider |
Connector file name. Command to be executed by the connector. |
String |
| qCommand |
One of:
|
String |
| qMethod |
Method name to be used within the command. The available methods depend on the chosen connector. |
String |
| qParameters |
Parameters of the command. No parameters are required. This parameter is optional. |
Array of String |
| qAppendConnection |
Name of the connection. This parameter is optional. |
String |
Outputs
The following is returned in the output:
| Name | Description | Type |
|---|---|---|
| qResult | Result of the command. | String |