Compartir a través de


StartOrchestrationOptions.StartAt Property

Definition

The time when the orchestration instance should start executing. If not specified or if a date-time in the past is specified, the orchestration instance will be scheduled immediately.

public DateTimeOffset? StartAt { get; init; }
member this.StartAt : Nullable<DateTimeOffset> with get, set
Public Property StartAt As Nullable(Of DateTimeOffset)

Property Value

Applies to