Click or drag to resize

Session Class

Helper class used to hold SessionId (logon token), making all API calls more convenient for the API programmer.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTendSession

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public static class Session

The Session type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberSessionId
The SessionID (logon token) that was obtained from the FactoryLogix.xTend.Core.ConnectionServices.Connect method.
Top
See Also