Skip to content
DocsTry Aspire
DocsTry

DurableTaskSchedulerResource Constructors

ClassConstructors1 member
Represents a Durable Task scheduler resource used in Aspire hosting that provides endpoints and a connection string for Durable Task orchestration scheduling.
Represents a Durable Task scheduler resource used in Aspire hosting that provides endpoints and a connection string for Durable Task orchestration scheduling.
public sealed class DurableTaskSchedulerResource
{
public DurableTaskSchedulerResource(
string name)
{
// ...
}
}
namestringThe unique resource name.