MemoryCacheEntryOptions.PostEvictionCallbacks Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee worden de callbacks opgehaald of ingesteld nadat de cachevermelding uit de cache is verwijderd.
public:
property System::Collections::Generic::IList<Microsoft::Extensions::Caching::Memory::PostEvictionCallbackRegistration ^> ^ PostEvictionCallbacks { System::Collections::Generic::IList<Microsoft::Extensions::Caching::Memory::PostEvictionCallbackRegistration ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration> PostEvictionCallbacks { get; }
member this.PostEvictionCallbacks : System.Collections.Generic.IList<Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration>
Public ReadOnly Property PostEvictionCallbacks As IList(Of PostEvictionCallbackRegistration)