HttpSessionStateContainer.RemoveAll 方法

定義

清除所有會話狀態的值。

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

實作

備註

RemoveAll 執行與 Clear相同的功能。

適用於

另請參閱