Skip to content
Docs Try Aspire
Docs Try

DurableTaskSchedulerResource Properties

Class Properties 2 members
Represents a Durable Task scheduler resource used in Aspire hosting that provides endpoints and a connection string for Durable Task orchestration scheduling.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
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; }