Edit

Share via


PostEvictionCallbackRegistration.EvictionCallback Property

Definition

Gets or sets the callback delegate that will be fired after an entry is evicted from the cache.

public:
 property Microsoft::Extensions::Caching::Memory::PostEvictionDelegate ^ EvictionCallback { Microsoft::Extensions::Caching::Memory::PostEvictionDelegate ^ get(); void set(Microsoft::Extensions::Caching::Memory::PostEvictionDelegate ^ value); };
public Microsoft.Extensions.Caching.Memory.PostEvictionDelegate? EvictionCallback { get; set; }
member this.EvictionCallback : Microsoft.Extensions.Caching.Memory.PostEvictionDelegate with get, set
Public Property EvictionCallback As PostEvictionDelegate

Property Value

Applies to