DurableTaskClientBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for adding Durable Task support to .NET hosted services, such as ASP.NET Core hosts.
public static class DurableTaskClientBuilderExtensions
type DurableTaskClientBuilderExtensions = class
Public Module DurableTaskClientBuilderExtensions
- Inheritance
-
DurableTaskClientBuilderExtensions
Methods
UseGrpc(IDurableTaskClientBuilder, Action<GrpcDurableTaskClientOptions>) |
Configures the IDurableTaskClientBuilder to be a gRPC client. |
UseGrpc(IDurableTaskClientBuilder, Channel) |
Configures the IDurableTaskClientBuilder to be a gRPC client. |
UseGrpc(IDurableTaskClientBuilder, String) |
Configures the IDurableTaskClientBuilder to be a gRPC client. |
UseGrpc(IDurableTaskClientBuilder) |
Configures the IDurableTaskClientBuilder to be a gRPC client. |