Microsoft.DurableTask.Client
1.0.1
dotnet add package Microsoft.DurableTask.Client --version 1.0.1
NuGet\Install-Package Microsoft.DurableTask.Client -Version 1.0.1
<PackageReference Include="Microsoft.DurableTask.Client" Version="1.0.1" />
paket add Microsoft.DurableTask.Client --version 1.0.1
#r "nuget: Microsoft.DurableTask.Client, 1.0.1"
// Install Microsoft.DurableTask.Client as a Cake Addin
#addin nuget:?package=Microsoft.DurableTask.Client&version=1.0.1
// Install Microsoft.DurableTask.Client as a Cake Tool
#tool nuget:?package=Microsoft.DurableTask.Client&version=1.0.1
Client abstractions for Microsoft.DurableTask
. A DurableTaskClient
is used for interacting with a task hub. Including starting new orchestrations, retrieving orchestration details, sending events to orchestrations, etc. This package does not include a concrete client implementation. Instead a separate client package must be used, such as Microsoft.DurableTask.Client.Grpc
.
Commonly used types:
DurableTaskClient
DurableTaskClientOptions
IDurableTaskClientProvider
IDurableTaskClientBuilder
For more information, see https://github.com/microsoft/durabletask-dotnet
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.DurableTask.Abstractions (>= 1.0.1)
- Microsoft.Extensions.Options (>= 6.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.DurableTask.Client:
Package | Downloads |
---|---|
Microsoft.DurableTask.Client.Grpc
The gRPC client for the Durable Task Framework. |
|
Microsoft.DurableTask.Client.OrchestrationServiceClientShim
The compatibility shim client for the Durable Task Framework. Allows for using a `IOrchestrationServiceClient` directly. The client is responsible for interacting with orchestrations from outside the worker. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 601 | 2/15/2023 |
1.0.0 | 26,310 | 1/30/2023 |
1.0.0-rc.1 | 16,920 | 11/30/2022 |
0.4.1-beta | 18,222 | 5/20/2022 |
See https://github.com/microsoft/durabletask-dotnet/releases/tag/v1.0.1
- Fix incorrect bounds check on `PurgeResult`
- Address typo for `DurableTaskClient.GetInstancesAsync` (incorrectly pluralized)
- Added `GetInstanceAsync`
- Hide `GetInstancesAsync` from editor