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>(ISerializationContext)
Gets the result from an IWorkUnit.
Declaration
T GetResult<T>(ISerializationContext serializationContext = null) where T : class
Parameters
Type | Name | Description |
---|---|---|
ISerializationContext | serializationContext | The serialization Context. |
Returns
Type | Description |
---|---|
T | Result as |
Type Parameters
Name | Description |
---|---|
T | Type of result. |