Skip to content
Docs Try Aspire
Docs Try

DurableTaskSchedulerEmulatorResource Constructors

Class Constructors 1 member
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).
Constructor(DurableTaskSchedulerResource) Section titled Constructor(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).
public sealed class DurableTaskSchedulerEmulatorResource
{
public DurableTaskSchedulerEmulatorResource(
DurableTaskSchedulerResource scheduler)
{
// ...
}
}
scheduler DurableTaskSchedulerResource The underlying durable task scheduler resource that provides naming and annotations.
The emulator resource delegates its annotation collection to the underlying scheduler so that configuration and metadata remain consistent across both representations.