Skip to content
DocsTry Aspire
DocsTry

DurableTaskSchedulerResource.addTaskHub

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

Signature

methodaddTaskHubbuilder
Adds a Durable Task hub resource associated with the specified scheduler.
addTaskHub(name: string): DurableTaskHubResource
namestring
DurableTaskHubResource

Defined on

This method is defined on the following type: