Session Class

MicroFocus.COBOL.RuntimeServices

Note: This API is now obsolete.

Session type is provided for compatibility with old products.
Restriction:
MicroFocus.COBOL.RuntimeServices are supported for .NET managed code only.
Inheritance Hierarchy

SystemObject
  MicroFocus.COBOL.RuntimeServicesRunUnit
    MicroFocus.COBOL.RuntimeServicesSession

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

[ObsoleteAttribute("Please use RunUnit class instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class Session : RunUnit
Constructors

  NameDescription
Public methodSession
Avoid using Session constructor use RunUnit type instead.
Public methodSession(String) Obsolete.
Avoid using Session constructor use RunUnit type instead.
Public methodSession(String, SessionStartupOptions) Obsolete.
Avoid using Session constructor use RunUnit type instead.
Top
See Also

Reference