HttpSessionStateWrapper.RemoveAll 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從工作階段狀態集合中移除所有索引鍵和值。
public:
override void RemoveAll();
public override void RemoveAll ();
override this.RemoveAll : unit -> unit
Public Overrides Sub RemoveAll ()
備註
這個方法會執行與方法相同的函式 Clear 。