Compartir a través de


ApplicationHost.ClearContext Method

Definition

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 ()

Applies to