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


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Protected Shared Sub SetCurrentContext( _ 
   ByVal appCxt As IAppContext _ 
)
C#
protected static void SetCurrentContext(
   IAppContext appCxt
)
C++
protected:
 static void SetCurrentContext(
   IAppContext appCxt
)
J#
protected static void SetCurrentContext(
   IAppContext appCxt
)
JScript
protected static  function SetCurrentContext(
   appCxt : IAppContext
)

Parameters

appCxt
The application context to use for the life of this process.

See Also