OrchestrationMetadata(String, String) Constructor
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.
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.