Deletes the specified cache entry from the MruCache and returns a value that indicates whether the 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.TryRemoveEntry(key)

Синтаксис

Visual Basic
Public Overrides Function TryRemoveEntry ( _
		key As Object _
) As Boolean
C#
public override bool TryRemoveEntry (
		Object key
)
C++
public:
virtual bool TryRemoveEntry (
		Object^ key
) override
J#
public boolean TryRemoveEntry (
		Object key
)
JScript
public override function TryRemoveEntry (
		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

См. также