Table of Contents

Method RemoveRecurringAsync

Namespace
Millrace.Storage
Assembly
Millrace.dll

RemoveRecurringAsync(string, CancellationToken)

Removes a recurring definition.

ValueTask RemoveRecurringAsync(string id, CancellationToken ct)

Parameters

id string
ct CancellationToken

Returns

ValueTask

Remarks

The definition only. Jobs it already fired are ordinary jobs by then and are left alone, keeping the RecurringId that names it — the link is provenance, so a removed schedule leaves a readable history rather than dangling references or a cascade.