Show / Hide Table of Contents

Interface IPipeline

Defines the interface to a processing pipeline.

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

Methods

View Source

Push(object)

Pushes the specified input to be processed by the pipeline.

Declaration
void Push(object input)
Parameters
Type Name Description
object input

The input.

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