runAsEmulator
Method
interface DurableTaskSchedulerResource { // ... omitted for brevity runAsEmulator(configureContainer?: callback): 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>): DurableTaskSchedulerResourceParameters
configureContainer (obj: DurableTaskSchedulerEmulatorResource) => Promise<void> optional Returns
DurableTaskSchedulerResource Applies to
This method applies to the following types: