StopAsync(CancellationToken)
public Task StopAsync(CancellationToken cancellationToken) Stops the reminder table until it is started again.
Parameters
cancellationTokenCancellationToken- The token used to cancel the stop operation.
Returns
A task representing the stop operation.
