You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Client/AzureManaged/DurableTaskSchedulerClientExtensions.cs
-56Lines changed: 0 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -40,70 +40,15 @@ public static void UseDurableTaskScheduler(
40
40
configure);
41
41
}
42
42
43
-
/// <summary>
44
-
/// Configures Durable Task client to use the Azure Durable Task Scheduler service.
45
-
/// </summary>
46
-
/// <param name="builder">The Durable Task client builder to configure.</param>
47
-
/// <param name="endpointAddress">The endpoint address of the Durable Task Scheduler resource. Expected to be in the format "https://{scheduler-name}.{region}.durabletask.io".</param>
48
-
/// <param name="taskHubName">The name of the task hub resource associated with the Durable Task Scheduler resource.</param>
49
-
/// <param name="credential">The credential used to authenticate with the Durable Task Scheduler task hub resource.</param>
50
-
/// <param name="retryOptions">The options that determine how and when a request will be retried.</param>
51
-
/// <param name="configure">Optional callback to dynamically configure DurableTaskSchedulerClientOptions.</param>
0 commit comments