Show / Hide Table of Contents

Interface ICanBuildComputationalWork

Represents a WorkItem that is able to build IComputationalWork.

Namespace: DNVGL.One.Compute.WorkExecution.ExecutionModel
Assembly: DNVGL.One.Compute.WorkExecution.dll
Syntax
public interface ICanBuildComputationalWork

Methods

View Source

Build(IExecutableWorkBuilder)

Builds computational work using the given IExecutableWorkBuilder.

Declaration
IComputationalWork Build(IExecutableWorkBuilder workBuilder)
Parameters
Type Name Description
IExecutableWorkBuilder workBuilder

The work builder.

Returns
Type Description
IComputationalWork

An IComputationalWork representation of the WorkItem.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.