Skip to content
DocsTry Aspire
DocsTry

runAsExisting

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

Signature

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

Applies to

This method applies to the following types: