C# connector methods
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- RPA Hub
The C# connector method enables you to execute the custom C# scripts you had written while configuring the C#.Net connector.
Execute
Executes C# scripts set up in the configuration window. Before executing the method, you must configure the connector. See Configure the C#.Net connector.
To execute, do the following steps.
- Click the method settings icon (
).
- From the Classes list, select the class defined during the configuration of the C#.NET connector.
- From the Methods list, select the method defined during the configuration of the C#.NET connector.
- Click OK.
A Data Out port is created to return the output.
- To test the method, under the DESIGN tab, click Run.
Parameter | Description | Data port type | Data type | Default value | Mandatory |
---|---|---|---|---|---|
Result | Returns the output of the script. | Data Out | String | Not applicable | Not applicable |