Interface IResult
Represents a result from an IWorkUnit.
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IResult
Methods
View SourceGetResult<T>()
Gets the result from an IWorkUnit.
Declaration
T GetResult<T>()
where T : class
Returns
| Type | Description |
|---|---|
| T | Result from the work unit. |
Type Parameters
| Name | Description |
|---|---|
| T | Result type |