IEvictionStrategy.OnPurged 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 method which will be called when purge is finished.
public Action<Orleans.Providers.Streams.Common.CachedMessage?,Orleans.Providers.Streams.Common.CachedMessage?> OnPurged { get; set; }
member this.OnPurged : Action<Nullable<Orleans.Providers.Streams.Common.CachedMessage>, Nullable<Orleans.Providers.Streams.Common.CachedMessage>> with get, set
Public Property OnPurged As Action(Of Nullable(Of CachedMessage), Nullable(Of CachedMessage))