Compartir a través de


ParentOrchestrationInstance Constructors

Definition

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

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.

Applies to