Condividi tramite


CacheItemPolicy.RemovedCallback Proprietà

Definizione

Ottiene o imposta un riferimento a un delegato CacheEntryRemovedCallback chiamato dopo la rimozione di una voce dalla cache.

public:
 property System::Runtime::Caching::CacheEntryRemovedCallback ^ RemovedCallback { System::Runtime::Caching::CacheEntryRemovedCallback ^ get(); void set(System::Runtime::Caching::CacheEntryRemovedCallback ^ value); };
public System.Runtime.Caching.CacheEntryRemovedCallback RemovedCallback { get; set; }
member this.RemovedCallback : System.Runtime.Caching.CacheEntryRemovedCallback with get, set
Public Property RemovedCallback As CacheEntryRemovedCallback

Valore della proprietà

Riferimento a un delegato chiamato da un'implementazione della cache.

Commenti

Dopo la rimozione di una voce della cache dalla cache, la cache richiama l'oggetto callback a cui fa riferimento la RemovedCallback proprietà . Un'implementazione della cache può usare questo callback per notificare al metodo chiamante che è stata rimossa una voce della cache.

Si applica a