Table of Contents

Method RemoveRecurringAsync

Namespace
Millrace.Storage.InMemory
Assembly
Millrace.dll

RemoveRecurringAsync(string, CancellationToken)

Removes a recurring definition.

public 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.