ApplicationHost.ClearContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears the local copy of the context. Does not send the context to the backend systems. This is originally for closing context on application sessions which have ended.
public:
virtual void ClearContext();
public virtual void ClearContext ();
abstract member ClearContext : unit -> unit
override this.ClearContext : unit -> unit
Public Overridable Sub ClearContext ()