Skip to content
DocsTry Aspire
DocsTry

addDurableTaskScheduler

Method
📦 Aspire.Hosting.Azure.Functions v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addDurableTaskScheduler(name: string): DurableTaskSchedulerResource;
}

Signature

methodaddDurableTaskSchedulerbuilder
Adds a Durable Task scheduler resource to the distributed application.
addDurableTaskScheduler(name: string): DurableTaskSchedulerResource
namestring
DurableTaskSchedulerResource

Applies to

This method applies to the following types: