共用方式為


SessionSecurityTokenCache.RemoveAll 方法

定義

在衍生類別中實作時,嘗試移除所有與指定的識別相關聯的項目。

多載

RemoveAll(String)

在衍生類別中實作時,嘗試從快取中移除所有具有相符結束點 ID 的項目。

RemoveAll(String, UniqueId)

在衍生類別中實作時,嘗試從快取中移除所有相符的項目。

RemoveAll(String)

在衍生類別中實作時,嘗試從快取中移除所有具有相符結束點 ID 的項目。

public:
 abstract void RemoveAll(System::String ^ endpointId);
public abstract void RemoveAll (string endpointId);
abstract member RemoveAll : string -> unit
Public MustOverride Sub RemoveAll (endpointId As String)

參數

endpointId
String

要移除項目的結束點 ID。

適用於

RemoveAll(String, UniqueId)

在衍生類別中實作時,嘗試從快取中移除所有相符的項目。

public:
 abstract void RemoveAll(System::String ^ endpointId, System::Xml::UniqueId ^ contextId);
public abstract void RemoveAll (string endpointId, System.Xml.UniqueId contextId);
abstract member RemoveAll : string * System.Xml.UniqueId -> unit
Public MustOverride Sub RemoveAll (endpointId As String, contextId As UniqueId)

參數

endpointId
String

要移除項目的結束點 ID。

contextId
UniqueId

要移除項目的內容 ID。

適用於