Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

C# connector methods

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.

  1. Click the method settings icon (
Image omitted: component-settings-icon.png
Method settings icon\).
  1. From the Classes list, select the class defined during the configuration of the C#.NET connector.
  2. From the Methods list, select the method defined during the configuration of the C#.NET connector.
  3. Click OK.

    A Data Out port is created to return the output.

  4. To test the method, under the DESIGN tab, click Run.

ParameterDescriptionData port typeData typeDefault valueMandatory
ResultReturns the output of the script.Data OutStringNot applicableNot applicable

Parent Topic:C#.Net