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
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
| Name | Description | |
|---|---|---|
|  | Session | 
            Avoid using Session constructor use RunUnit type instead.
             | 
|  | Session(String) | Obsolete. 
            Avoid using Session constructor use RunUnit type instead.
             | 
|  | Session(String, SessionStartupOptions) | Obsolete. 
            Avoid using Session constructor use RunUnit type instead.
             | 
See Also