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

System.Object
  MicroFocus.COBOL.RuntimeServices.RunUnit
    MicroFocus.COBOL.RuntimeServices.Session

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