Skip to content
Docs Try Aspire
Docs Try

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

Applies to

This method applies to the following types: