Skip to content

AzureBasedReminderTable.StartAsync(CancellationToken)

StartAsync(CancellationToken)

View source
public Task StartAsync(CancellationToken cancellationToken)
Connects to Azure Table Storage and creates the reminder table if it does not exist.

Parameters

cancellationTokenCancellationToken
The token used to cancel lifecycle-lock acquisition and delays between initialization attempts.

Returns

A task representing the initialization operation.