Skip to content
Docs Try Aspire
Docs Try

DurableTaskSchedulerResource.addTaskHub

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

Signature

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

Defined on

This method is defined on the following type: