# IReminderTable.Init

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.iremindertable/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.iremindertable/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/SystemTargetInterfaces/IReminderTable.cs#L32)

```csharp
[System.Obsolete(Implement and use StartAsync instead)]
public virtual Task Init()
```

Initializes this instance.

### Returns

A `System.Threading.Tasks.Task` representing the work performed.
