CacheEntryRemovedCallback Delegar

Definição

Define uma referência para um método que é chamado após uma entrada de cache ser removida do 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)

Parâmetros

arguments
CacheEntryRemovedArguments

As informações sobre a entrada de cache que foi removida do cache.

Comentários

O CacheEntryRemovedCallback delegado passa informações sobre a entrada de cache removida na forma de um CacheEntryRemovedArguments objeto .

Métodos de Extensão

GetMethodInfo(Delegate)

Obtém um objeto que representa o método representado pelo delegado especificado.

Aplica-se a