Bagikan melalui


HttpApplicationState.RemoveAll Metode

Definisi

Menghapus semua objek dari HttpApplicationState koleksi.

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

Contoh

Contoh berikut menghapus semua HttpApplicationState variabel dari koleksi.

Application.RemoveAll();
Application.RemoveAll()

Keterangan

RemoveAll adalah panggilan internal ke Clear.

Berlaku untuk