ParentOrchestrationInstance Constructors
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.
Overloads
ParentOrchestrationInstance(ParentOrchestrationInstance) | |
ParentOrchestrationInstance(TaskName, String) |
Represents a parent orchestration details. |
ParentOrchestrationInstance(ParentOrchestrationInstance)
protected ParentOrchestrationInstance (Microsoft.DurableTask.ParentOrchestrationInstance original);
Protected Sub New (original As ParentOrchestrationInstance)
Parameters
- original
- ParentOrchestrationInstance
Applies to
ParentOrchestrationInstance(TaskName, String)
Represents a parent orchestration details.
public ParentOrchestrationInstance (Microsoft.DurableTask.TaskName Name, string InstanceId);
new Microsoft.DurableTask.ParentOrchestrationInstance : Microsoft.DurableTask.TaskName * string -> Microsoft.DurableTask.ParentOrchestrationInstance
Public Sub New (Name As TaskName, InstanceId As String)
Parameters
- Name
- TaskName
The name of the parent orchestration.
- InstanceId
- String
The instance ID of the parent orchestration.