DurableTaskSchedulerEmulatorResource
Class sealed net8.0
Represents the containerized emulator resource for a
DurableTaskSchedulerResource. This is used to host the Durable Task scheduler logic when running locally (e.g. with an Azure Functions emulator). namespace Aspire.Hosting.Azure.DurableTask;
public sealed class DurableTaskSchedulerEmulatorResource : Aspire.Hosting.ApplicationModel.ContainerResource{ // ...} ContainerResource
Remarks
Section titled Remarks The emulator resource delegates its annotation collection to the underlying scheduler so that configuration and metadata remain consistent across both representations.
Constructors1
Section titled ConstructorsDurableTaskSchedulerEmulatorResource(DurableTaskSchedulerResource) Represents the containerized emulator resource for a
DurableTaskSchedulerResource. This is used to host the Durable Task scheduler logic when running locally (e.g. with an Azure Functions emulator).