Show / Hide Table of Contents

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 Source

GetResult<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

See Also

IFlowModelItem
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.