Method GetJobDetailsAsync
- Namespace
- Millrace.Storage.Monitoring
- Assembly
- Millrace.dll
GetJobDetailsAsync(JobId, CancellationToken)
Full detail for one job, or null if no such job exists.
ValueTask<JobDetails?> GetJobDetailsAsync(JobId id, CancellationToken ct)
Parameters
idJobIdctCancellationToken
Returns
Remarks
Named distinctly from GetJobAsync(JobId, CancellationToken) on purpose: a provider implementing both interfaces on one class — as the bundled providers do — cannot have two methods differing only by return type.