Class ActivityOutput<TOutput>
Defines the conventional output of IActivityTask<TInput, TOutput>.
public class ActivityOutput<TOutput>
Type Parameters
TOutput
The type of the output.
- Inheritance
-
ActivityOutput<TOutput>
- Inherited Members
- Extension Methods
Properties
Log
Gets or sets the log.
public string? Log { get; set; }
Property Value
Output
Gets or sets the output.
public TOutput? Output { get; set; }
Property Value
- TOutput