DurableWorkflowCompletedEvent(String) Constructor

Definition

Initializes a new instance of the DurableWorkflowCompletedEvent class.

public DurableWorkflowCompletedEvent(string? result);
new Microsoft.Agents.AI.DurableTask.Workflows.DurableWorkflowCompletedEvent : string -> Microsoft.Agents.AI.DurableTask.Workflows.DurableWorkflowCompletedEvent
Public Sub New (result As String)

Parameters

result
String

The serialized result of the workflow.

Applies to