# JournaledStateManagerOptions.RetirementGracePeriod

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journaledstatemanageroptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journaledstatemanageroptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Journaling/JournaledStateManagerOptions.cs)

```csharp
public TimeSpan RetirementGracePeriod
```

Specifies the period of time to wait until the manager retires a [IJournaledState](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.ijournaledstate/) if it's not registered in the manager anymore.
