Skip to content
DocsTry Aspire
DocsTry

DurableTaskHubResource Properties

ClassProperties3 members
Represents a Durable Task hub resource. A Task Hub groups durable orchestrations and activities. This resource extends the scheduler connection string with the TaskHub name so that clients can connect to the correct hub.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression composed of the scheduler connection string and the TaskHub name.
public ReferenceExpression ConnectionStringExpression { get; }
Gets the parent durable task scheduler resource that provides the base connection string.
public DurableTaskSchedulerResource Parent { get; }
TaskHubNameSection titled TaskHubNameReferenceExpression
Gets the name of the Task Hub. If not provided, the logical name of this resource is returned.
public ReferenceExpression TaskHubName { get; }