We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5c71b commit c64de7cCopy full SHA for c64de7c
src/ScheduledTasks/Client/ScheduleClient.cs
@@ -34,6 +34,7 @@ protected ScheduleClient(string scheduleId)
34
/// </summary>
35
/// <remarks>
36
/// The schedule will stop executing and be removed from the system.
37
+ /// Does not affect orchestrations that have already been started.
38
/// </remarks>
39
/// <param name="cancellation">The cancellation token that can be used to cancel the operation.</param>
40
/// <returns>A task that completes when the schedule has been deleted.</returns>
0 commit comments