Skip to content

IDurableJobsStorageInspector.InspectAsync(string, CancellationToken)

InspectAsync(string, CancellationToken)

abstract
public abstract ValueTask<DurableJobsStorageStatus> InspectAsync(string providerName, CancellationToken cancellationToken = default(CancellationToken))
Counts existing shards, including future-dated and poisoned shards, without changing ownership.

Parameters

providerNamestring
The selected write or draining journal provider name.
cancellationTokenCancellationToken
The cancellation token.

Returns

The provider inventory.