DurableTaskSchedulerResource.runAsEmulator
Method
interface DurableTaskSchedulerResource { // ... omitted for brevity runAsEmulator(configureContainer?: (obj: DurableTaskSchedulerEmulatorResource) => Promise<void>): DurableTaskSchedulerResource;}Signature
method
runAsEmulatorbuilderConfigures the Durable Task scheduler to run using the local emulator (only in non-publish modes).
runAsEmulator(configureContainer?: (obj: DurableTaskSchedulerEmulatorResource) => Promise<void>): DurableTaskSchedulerResourceParameters
configureContainer(obj: DurableTaskSchedulerEmulatorResource) => Promise<void>optionalReturns
DurableTaskSchedulerResourceDefined on
This method is defined on the following type: