Click or drag to resize

AppContextCurrent Method

Static method for getting the IAppContext object for the current session.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static IAppContext Current()

Return Value

Type: IAppContext
The IAppContext for the current session.
Remarks
Derived classes should call SetCurrentContext(IAppContext) when they are created.
See Also