SessionSecurityTokenCache.RemoveAll 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中實作時,嘗試移除所有與指定的識別相關聯的項目。
多載
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。