CacheEntryRemovedCallback Delegar

Definição

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

A informação sobre a entrada do cache que foi removida do cache.

Observações

O CacheEntryRemovedCallback delegado transmite informação sobre a entrada de cache removida sob a forma de um CacheEntryRemovedArguments objeto.

Métodos da Extensão

Name Description
GetMethodInfo(Delegate)

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

Aplica-se a