Persistate API documentation
ActiveSession Property
NamespacesPersistateSessionActiveSession

[This is preliminary documentation and is subject to change.]

Obtains the currently active Session object.
Declaration Syntax
C#
public static Session ActiveSession { get; }
Remarks
This value, although static, can have different values in different threads. To ensure that this value is correct, you should always use the methods in this class to run code in different threads. See CallConcurrent, CallPeriodic, and their overloads.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)