Deletes matching cache entries from the MruCache and returns a
value that indicates whether any entry was deleted.
Пространство имен: Microsoft.IdentityModel
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As MruSecurityTokenCache
Dim key As Object
Dim returnValue As Boolean
returnValue = instance.TryRemoveAllEntries(key)
|
Синтаксис
Visual Basic |
Public Overrides Function TryRemoveAllEntries ( _
key As Object _
) As Boolean
|
C# |
public override bool TryRemoveAllEntries (
Object key
)
|
C++ |
public:
virtual bool TryRemoveAllEntries (
Object^ key
) override
|
J# |
public boolean TryRemoveAllEntries (
Object key
)
|
JScript |
public override function TryRemoveAllEntries (
key : Object
) : boolean
|
Параметры
- key
-
Specifies the key for the entry to be deleted.
Возвращаемое значение
True on deletion, otherwise, False.
Исключения
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также