StartOrchestrationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for submitting new orchestrations via the client.
public class StartOrchestrationOptions : IEquatable<Microsoft.DurableTask.StartOrchestrationOptions>
type StartOrchestrationOptions = class
interface IEquatable<StartOrchestrationOptions>
Public Class StartOrchestrationOptions
Implements IEquatable(Of StartOrchestrationOptions)
- Inheritance
-
StartOrchestrationOptions
- Implements
Constructors
StartOrchestrationOptions(StartOrchestrationOptions) | |
StartOrchestrationOptions(String, Nullable<DateTimeOffset>) |
Options for submitting new orchestrations via the client. |
Properties
EqualityContract | |
InstanceId |
The unique ID of the orchestration instance to schedule. If not specified, a new GUID value is used. |
StartAt |
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. |
Methods
<Clone>$() | |
Deconstruct(String, Nullable<DateTimeOffset>) | |
Equals(Object) | |
Equals(StartOrchestrationOptions) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(StartOrchestrationOptions, StartOrchestrationOptions) | |
Inequality(StartOrchestrationOptions, StartOrchestrationOptions) |