# ChronologicalEvictionStrategy.OnPurged

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.chronologicalevictionstrategy/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.chronologicalevictionstrategy/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Common/PooledCache/ChronologicalEvictionStrategy.cs)

```csharp
public Action<CachedMessage?, CachedMessage?> OnPurged
```

Gets or sets the method which will be called when purge is finished.
