# AzureBasedReminderTable.StartAsync(CancellationToken)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.runtime.reminderservice.azurebasedremindertable/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.runtime.reminderservice.azurebasedremindertable/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Reminders.AzureStorage/Storage/AzureBasedReminderTable.cs#L48-L71)

```csharp
public Task StartAsync(CancellationToken cancellationToken)
```

Initializes this instance.

### Parameters

- `cancellationToken` (`CancellationToken`)

### Returns

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