Skip to content
DocsTry Aspire
DocsTry

DurableTaskSchedulerResource Properties

ClassProperties2 members
Represents a Durable Task scheduler resource used in Aspire hosting that provides endpoints and a connection string for Durable Task orchestration scheduling.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the expression that resolves to the connection string for the Durable Task scheduler.
public ReferenceExpression ConnectionStringExpression { get; }
Gets a value indicating whether the Durable Task scheduler is running using the local emulator (container) instead of a cloud-hosted service.
public bool IsEmulator { get; }