Skip to content
Docs Try Aspire
Docs Try

DurableTaskSchedulerResource.runAsEmulator

Method
📦 Aspire.Hosting.Azure.Functions v13.4.0
interface DurableTaskSchedulerResource {
// ... omitted for brevity
runAsEmulator(configureContainer?: (obj: DurableTaskSchedulerEmulatorResource) => Promise<void>): DurableTaskSchedulerResource;
}

Signature

method runAsEmulator builder
Configures the Durable Task scheduler to run using the local emulator (only in non-publish modes).
runAsEmulator(configureContainer?: (obj: DurableTaskSchedulerEmulatorResource) => Promise<void>): DurableTaskSchedulerResource
configureContainer (obj: DurableTaskSchedulerEmulatorResource) => Promise<void> optional
DurableTaskSchedulerResource

Defined on

This method is defined on the following type: