Helper class used to hold SessionId (logon token), making all API calls more convenient for the API programmer.
Inheritance Hierarchy
Namespace:
FactoryLogix.xTend
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public static class Session
Public NotInheritable Class Session
public ref class Session abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Session = class end
The Session type exposes the following members.
Properties
| Name | Description |
---|
| SessionId |
The SessionID (logon token) that was obtained from the FactoryLogix.xTend.Core.ConnectionServices.Connect method.
|
TopSee Also