Click or drag to resize

AppContext.SetCurrentContext Method

Used by derived classes not running within ASP.NET. This sets a static variable to use as the result of the static Current() method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected static void SetCurrentContext(
	IAppContext appCxt
)

Parameters

appCxt
Type: NetQuarry.IAppContext
The application context to use for the life of this process.
See Also