CacheEntryRemovedCallback Delegar

Definição

Define uma referência a um método chamado depois que uma entrada de cache é 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

Nome Description
GetMethodInfo(Delegate)

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

Aplica-se a