Share via


OrchestrationMetadata(String, String) Constructor

Definition

Initializes a new instance of the OrchestrationMetadata class.

public OrchestrationMetadata (string name, string instanceId);
new Microsoft.DurableTask.Client.OrchestrationMetadata : string * string -> Microsoft.DurableTask.Client.OrchestrationMetadata
Public Sub New (name As String, instanceId As String)

Parameters

name
String

The name of the orchestration.

instanceId
String

The instance ID of the orchestration.

Applies to