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.
Constructor(string) Section titled Constructor(string) 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) { // ... }}Parameters
name string The unique resource name.