[This is preliminary documentation and is subject to change.]
Provides access to execution context - an entity that groups Request, Response and Session object.
This class has nothing to do with Web. Execution contexts are supported as easily in console, service, web, and Windows forms apps.
All objects may be either application-global or thread level. This class is useful for technology-agnostic implementations
of Record Models i.e. in a Record class one may write: " if (ExecutionContext.Session.User.Kind==UserKind.Administrator)..."
Inheritance Hierarchy

NFX.ApplicationModel ExecutionContext
Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also