As400Program Constructors

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Initializes a new instance of the class.

Overloads

Name Description
As400Program() Initializes a new instance of the class.
As400Program(AdgConnection) Initializes a new instance of the class with the specified connection.
As400Program(AdgConnection, String) Initializes a new instance of the class with the specified connection and program path.

As400Program()

Initializes a new instance of the class.

As400Program()

As400Program(AdgConnection)

Initializes a new instance of the class with the specified connection.

As400Program(AdgConnection)

Parameters

Type Parameter name Description
AdgConnection connection The connection to be used by the program.

As400Program(AdgConnection, String)

Initializes a new instance of the class with the specified connection and program path.

As400Program(AdgConnection, String)

Parameters

Type Parameter name Description
AdgConnection connection The connection to be used by the program.
String programPath The path of the program to be executed.

See Also