RunUnit Constructor (String)

MicroFocus.COBOL.RuntimeServices
This constructor initializes a new named COBOL Run Unit

Namespace:  MicroFocus.COBOL.RuntimeServices
Assembly:  MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax

public RunUnit(
	string sessionName
)

Parameters

sessionName
Type: SystemString
Examples

// Create a run unit for the called COBOL program
var myRunUnit = new MicroFocus.COBOL.RuntimeServices.RunUnit("MyRunUnit");
See Also

Reference