HttpApplicationState.Clear Methode

Definition

Entfernt alle Objekte aus einer HttpApplicationState Auflistung.

public:
 void Clear();
public void Clear();
member this.Clear : unit -> unit
Public Sub Clear ()

Beispiele

Im folgenden Beispiel werden alle HttpApplicationState Variablen aus der Auflistung entfernt.

Application.Clear();
Application.Clear()

Gilt für: