Skip to content
Docs Try Aspire
Docs Try

DurableTaskSchedulerEmulatorResource

Class sealed net8.0
📦 Aspire.Hosting.Azure.Functions v13.4.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
The emulator resource delegates its annotation collection to the underlying scheduler so that configuration and metadata remain consistent across both representations.