[This is preliminary documentation and is subject to change.]
Returns Session object for current thread, or if it is null, app-global-level object is returned
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ISession Session { get; }
public static ISession Session { get; }
Public Shared ReadOnly Property Session As ISession
Get
Public Shared ReadOnly Property Session As ISession
Get
public:
static property ISession^ Session {
ISession^ get ();
}
public:
static property ISession^ Session {
ISession^ get ();
}
static member Session : ISession with get
static member Session : ISession with get
Property Value
Type:
ISession