다음을 통해 공유


DurableTaskJobHostConfigurationExtensions Class

Definition

Extension for registering a Durable Functions configuration with JobHostConfiguration.

public static class DurableTaskJobHostConfigurationExtensions
type DurableTaskJobHostConfigurationExtensions = class
Public Module DurableTaskJobHostConfigurationExtensions
Inheritance
DurableTaskJobHostConfigurationExtensions

Methods

AddDurableClientFactory(IServiceCollection)

Adds the Durable Task extension to the provided IServiceCollection.

AddDurableClientFactory(IServiceCollection, Action<DurableClientOptions>)

Adds the Durable Task extension to the provided IServiceCollection.

AddDurableTask(IWebJobsBuilder)

Adds the Durable Task extension to the provided Microsoft.Azure.WebJobs.IWebJobsBuilder.

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.

Applies to