PostEvictionCallbackRegistration.EvictionCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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