HttpSessionStateBase.RemoveAll Metoda

Definicja

Gdy jest zastępowany w klasie pochodnej, usuwa wszystkie klucze i wartości z kolekcji stanów sesji.

public:
 virtual void RemoveAll();
public virtual void RemoveAll ();
abstract member RemoveAll : unit -> unit
override this.RemoveAll : unit -> unit
Public Overridable Sub RemoveAll ()

Wyjątki

Uwagi

Ta metoda wykonuje tę samą funkcję co Clear Metoda.

Dotyczy