共用方式為


HttpSessionStateContainer.RemoveAll 方法

定義

清除所有的工作階段狀態值。

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

實作

備註

RemoveAll 會執行與 Clear 相同的函式。

適用於

另請參閱