DurableTaskClientExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for working with DurableTaskClient.
public static class DurableTaskClientExtensions
type DurableTaskClientExtensions = class
Public Module DurableTaskClientExtensions
- Inheritance
-
DurableTaskClientExtensions
Methods
PurgeInstancesAsync(DurableTaskClient, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken) |
Purges orchestration instances metadata from the durable store. |
PurgeInstancesAsync(DurableTaskClient, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken) |
Purges orchestration instances metadata from the durable store. |