Skip to content

Commit 9134be6

Browse files
committed
Remove Suspend versioning option
Signed-off-by: halspang <[email protected]>
1 parent 395b4d8 commit 9134be6

File tree

4 files changed

+469
-522
lines changed

4 files changed

+469
-522
lines changed

src/Client/Core/DurableTaskClient.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -399,19 +399,6 @@ public virtual Task<PurgeResult> PurgeAllInstancesAsync(
399399
throw new NotSupportedException($"{this.GetType()} does not support purging of orchestration instances.");
400400
}
401401

402-
/// <summary>
403-
/// Abandons a task orchestration work item to be re-enqueued at a later time.
404-
/// </summary>
405-
/// <param name="completionToken">The completion token that was given when the WorkItem was fetched.</param>
406-
/// <param name="cancellation">
407-
/// A <see cref="CancellationToken"/> that can be used to cancel the purge operation.
408-
/// </param>
409-
/// <returns>A task that completes when the WorkItem has been abandoned.</returns>
410-
public virtual Task AbandonOrchestrationTask(string completionToken, CancellationToken cancellation = default)
411-
{
412-
throw new NotSupportedException($"{this.GetType()} does not support abandoning task orchestration work items.");
413-
}
414-
415402
// TODO: Create task hub
416403

417404
// TODO: Delete task hub

0 commit comments

Comments
 (0)