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
Parameters
- sessionName
- Type: SystemString
Examples
// Create a run unit for the called COBOL program var myRunUnit = new MicroFocus.COBOL.RuntimeServices.RunUnit("MyRunUnit");
See Also