Table of Contents

Interface IPipelineExecutionConfigurable

Namespace
Pipelinez.Core.Performance
Assembly
Pipelinez.dll

Defines a component whose execution behavior can be tuned with Pipelinez execution options.

public interface IPipelineExecutionConfigurable

Methods

ConfigureExecutionOptions(PipelineExecutionOptions)

Applies execution options to the component before it begins processing.

void ConfigureExecutionOptions(PipelineExecutionOptions options)

Parameters

options PipelineExecutionOptions

The execution options to apply.

GetExecutionOptions()

Gets the execution options currently configured for the component.

PipelineExecutionOptions GetExecutionOptions()

Returns

PipelineExecutionOptions

The active execution options.