CacheEntryRemovedCallback Délégué

Définition

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é.

S’applique à