Skip to content

JobShard.PersistRemoveJobAsync(string, CancellationToken)

PersistRemoveJobAsync(string, CancellationToken)

abstract
protected abstract Task PersistRemoveJobAsync(string jobId, CancellationToken cancellationToken)
Persists the removal of a job from the underlying storage.

Parameters

jobIdstring
The unique identifier of the job to remove.
cancellationTokenCancellationToken
A token to cancel the operation.

Returns

A task that represents the asynchronous operation.