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 51e39bd commit 6987f1bCopy full SHA for 6987f1b
src/Extensions/Azure/DurableTaskSchedulerExtensions.cs
@@ -1,12 +1,9 @@
1
using Azure.Core;
2
-using Grpc.Net.Client;
3
using Microsoft.DurableTask.Client;
4
using Microsoft.DurableTask.Worker;
5
-using System.Diagnostics;
6
7
namespace DurableTask.Extensions.Azure;
8
9
-// NOTE: These extension methods will eventually be provided by the Durable Task SDK itself.
10
public static class DurableTaskSchedulerExtensions
11
{
12
// Configure the Durable Task *Worker* to use the Durable Task Scheduler service with the specified options.
0 commit comments