[This is preliminary documentation and is subject to change.]
Obtains the currently active Session object.
| C# |
public static Session ActiveSession { get; }
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.