ITokenCacheTKey, TValueTryRemove(TKey, TValue) - метод

Attempts to remove the cache value associated with the specified key.

Definition

Пространство имён: Tessa.Tokens.Caching
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
bool TryRemove(
	TKey key,
	out TValue value
)

Параметры

key  TKey
The key used to remove the cache value.
value  TValue
The corresponding cache value if removal is successful; otherwise, .

Возвращаемое значение

Boolean
if the value was successfully removed; otherwise, .

См. также