CacheEntryRemovedCallback Delegat

Definicja

Definiuje odwołanie do metody wywoływanej po usunięciu wpisu pamięci podręcznej z pamięci podręcznej.

public delegate void CacheEntryRemovedCallback(CacheEntryRemovedArguments ^ arguments);
public delegate void CacheEntryRemovedCallback(CacheEntryRemovedArguments arguments);
type CacheEntryRemovedCallback = delegate of CacheEntryRemovedArguments -> unit
Public Delegate Sub CacheEntryRemovedCallback(arguments As CacheEntryRemovedArguments)

Parametry

arguments
CacheEntryRemovedArguments

Informacje o wpisie pamięci podręcznej, który został usunięty z pamięci podręcznej.

Uwagi

Delegat CacheEntryRemovedCallback przekazuje informacje o usuniętym wpisie pamięci podręcznej w postaci CacheEntryRemovedArguments obiektu.

Metody rozszerzania

GetMethodInfo(Delegate)

Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata.

Dotyczy