DurableTaskBuilderExtensions 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.
Extensions for IDurableTaskClientBuilder.
public static class DurableTaskBuilderExtensions
type DurableTaskBuilderExtensions = class
Public Module DurableTaskBuilderExtensions
- Inheritance
-
DurableTaskBuilderExtensions
Methods
Configure(IDurableTaskClientBuilder, Action<DurableTaskClientOptions>) |
Configures the worker options for this builder. |
RegisterDirectly(IDurableTaskClientBuilder) |
Registers this builders DurableTaskClient directly to the service container. This will allow for directly importing DurableTaskClient. This can only be used for a single builder. Only the first call will register. |
UseBuildTarget(IDurableTaskClientBuilder, Type) |
Sets the build target for this builder. startup. |
UseBuildTarget<TTarget,TOptions>(IDurableTaskClientBuilder) |
Sets the build target for this builder. Additionally populates default options values for the provided
|
UseBuildTarget<TTarget>(IDurableTaskClientBuilder) |
Sets the build target for this builder. startup. |