你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
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