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 SourcePush(object)
Pushes the specified input to be processed by the pipeline.
Declaration
void Push(object input)
Parameters
Type | Name | Description |
---|---|---|
object | input | The input. |