CacheEntryRemovedCallback Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit une référence à une méthode appelée après qu'une entrée du cache a été supprimée.
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)
Paramètres
- arguments
- CacheEntryRemovedArguments
Informations concernant l'entrée du cache qui a été supprimée.
Remarques
Le CacheEntryRemovedCallback délégué transmet des informations sur l’entrée de cache supprimée sous la forme d’un CacheEntryRemovedArguments objet.
Méthodes d’extension
GetMethodInfo(Delegate) |
Obtient un objet qui représente la méthode représentée par le délégué spécifié. |