Method RemoveRecurringAsync
- Namespace
- Millrace
- Assembly
- Millrace.dll
RemoveRecurringAsync(string, CancellationToken)
Removes a cron definition, so it produces no further occurrences.
public ValueTask RemoveRecurringAsync(string recurringId, CancellationToken ct = default)
Parameters
recurringIdstringctCancellationToken
Returns
Remarks
The definition only. Occurrences it already fired are ordinary jobs by then and run to completion, keeping their link back to the id that produced them — that link is provenance, not a live reference, so removing a schedule leaves its history readable instead of dangling or cascading.