SendGenericCommandToCustomConnector Method
Overloads
SendGenericCommandToCustomConnector(String, String, String, IEnumerable<String>, String) |
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. |
SendGenericCommandToCustomConnector(String, String, String, IEnumerable<String>, String)
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.
Declaration
public string SendGenericCommandToCustomConnector([QixName("qProvider")] string provider, [QixName("qCommand")] string command, [QixName("qMethod")] string method, [QixName("qParameters")] IEnumerable<string> parameters, [QixName("qAppendConnection")] string appendConnection)
Parameters
Type | Name | Description |
---|---|---|
System.String | provider |
Connector file name. Command to be executed by the connector. |
System.String | command |
One of:
|
System.String | method |
Method name to be used within the command. The available methods depend on the chosen connector. |
System.Collections.Generic.IEnumerable<System.String> | parameters |
Parameters of the command. No parameters are required. |
System.String | appendConnection |
Name of the connection. |
Returns
Type | Description |
---|---|
System.String |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!