CacheEntryRemovedCallback Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Definisce un riferimento a un metodo chiamato dopo la rimozione di una voce della cache dalla cache.
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)
Parametri
- arguments
- CacheEntryRemovedArguments
Informazioni sulla voce della cache che è stata rimossa dalla cache.
Commenti
Il CacheEntryRemovedCallback delegato passa informazioni sulla voce della cache rimossa sotto forma di CacheEntryRemovedArguments oggetto.
Metodi di estensione
GetMethodInfo(Delegate) |
Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato. |