Skip to content
Docs Try Aspire
Docs Try

DurableTaskSchedulerResource.runAsExisting

Method
📦 Aspire.Hosting.Azure.Functions v13.4.0
interface DurableTaskSchedulerResource {
// ... omitted for brevity
runAsExisting(connectionString: ParameterResource): DurableTaskSchedulerResource;
}

Signature

method runAsExisting builder
Configures the Durable Task scheduler to use an existing scheduler instance from a connection string or parameter resource.
runAsExisting(connectionString: ParameterResource): DurableTaskSchedulerResource
connectionString ParameterResource
DurableTaskSchedulerResource

Defined on

This method is defined on the following type: