Skip to content
Docs Try Aspire
Docs Try

DurableTaskSchedulerResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The unique resource name.