AppContextSetCurrentContext 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
)
Protected Shared Sub SetCurrentContext (
appCxt As IAppContext
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context to use for the life of this process.
See Also