Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

InProcPipelineInvoker

API reference for InProcPipelineInvoker in Vendr, the eCommerce solution for Umbraco v8+

InProcPipelineInvoker

public class InProcPipelineInvoker : IPipelineInvoker

Inheritance

Namespace

Constructors

InProcPipelineInvoker

The default constructor.

public InProcPipelineInvoker()

Methods

Invoke<TContext>

Invoked the pipeline, executing the pipeline tasks sequentially.

public PipelineResult<TContext> Invoke<TContext>(IEnumerable<IPipelineTask<TContext>> pipelines, 
    PipelineArgs<TContext> args)

Parameters

Parameter Description
pipelineTasks
The list of pipeline tasks to execute.
args
The initial args to pass to the pipeline tasks.

Returns

An attempt result.


Invoke<TContext,TResult>

Invoked the pipeline, executing the pipeline tasks sequentially.

public PipelineResult<TResult> Invoke<TContext, TResult>(
    IEnumerable<IPipelineTask<TContext, TResult>> pipelines, PipelineArgs<TContext> args)

Parameters

Parameter Description
pipelineTasks
The list of pipeline tasks to execute.
args
The initial args to pass to the pipeline tasks.

Returns

An attempt result.

Edit this page on GitHub

Site + logo design © 2024 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.