SubOrchestrationOptions Class
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 that can be used to control the behavior of orchestrator task execution. This derived type can be used to supply extra options for orchestrations.
public class SubOrchestrationOptions : Microsoft.DurableTask.TaskOptions, IEquatable<Microsoft.DurableTask.SubOrchestrationOptions>
type SubOrchestrationOptions = class
inherit TaskOptions
interface IEquatable<SubOrchestrationOptions>
Public Class SubOrchestrationOptions
Inherits TaskOptions
Implements IEquatable(Of SubOrchestrationOptions)
- Inheritance
- Implements
Sub |
|
Sub |
Initializes a new instance of the SubOrchestrationOptions class. |
Sub |
Initializes a new instance of the SubOrchestrationOptions class. |
Equality |
|
Instance |
Gets the orchestration instance ID. |
Retry |
Gets the task retry options. (Inherited from TaskOptions) |
<Clone>$() | |
Equals(Object) | |
Equals(Sub |
|
Equals(Task |
|
Get |
|
Print |
|
To |
|
With |
Returns a new SubOrchestrationOptions with the provided instance ID. This can be used when starting a new sub-orchestration to specify the instance ID. (Inherited from TaskOptions) |
Equality(Sub |
|
Inequality(Sub |