Skip to content

Commit

Permalink
add summary
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian committed Nov 4, 2024
1 parent 6826026 commit 720b05f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ namespace Microsoft.Azure.Functions.Worker;
public static class DurableTaskClientExtensions
{
/// <summary>
///
/// Waits for the completion of the specified orchestration instance with a retry interval, controlled by the cancellation token.
/// If the orchestration does not complete within the required time, returns an HTTP response containing the <see cref="HttpManagementPayload"/> class to manage instances.
/// </summary>
/// <param name="client">The <see cref="DurableTaskClient"/>.</param>
/// <param name="request">The HTTP request that this response is for.</param>
Expand Down

0 comments on commit 720b05f

Please sign in to comment.