DurableTaskJobHostConfigurationExtensions 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 for registering a Durable Functions configuration with JobHostConfiguration
.
public static class DurableTaskJobHostConfigurationExtensions
type DurableTaskJobHostConfigurationExtensions = class
Public Module DurableTaskJobHostConfigurationExtensions
- Inheritance
-
DurableTaskJobHostConfigurationExtensions
Methods
AddDurableClientFactory(IServiceCollection, Action<DurableClientOptions>) |
Adds the Durable Task extension to the provided IServiceCollection. |
AddDurableClientFactory(IServiceCollection) |
Adds the Durable Task extension to the provided IServiceCollection. |
AddDurableTask(IWebJobsBuilder, Action<DurableTaskOptions>) |
Adds the Durable Task extension to the provided Microsoft.Azure.WebJobs.IWebJobsBuilder. |
AddDurableTask(IWebJobsBuilder, IOptions<DurableTaskOptions>) |
Adds the Durable Task extension to the provided Microsoft.Azure.WebJobs.IWebJobsBuilder. |
AddDurableTask(IWebJobsBuilder) |
Adds the Durable Task extension to the provided Microsoft.Azure.WebJobs.IWebJobsBuilder. |
Applies to
Azure SDK for .NET