IDurableOrchestrationContext.SetOutput(Object) Method

Definition

Sets the output for the current orchestration.

public void SetOutput (object output);
abstract member SetOutput : obj -> unit
Public Sub SetOutput (output As Object)

Parameters

output
Object

The JSON-serializeable output of the orchestration.

Applies to