Table of Contents

Enum PipelineExecutionMode

Namespace
Pipelinez.Core.Distributed
Assembly
Pipelinez.dll

Represents the execution mode used by a pipeline host.

public enum PipelineExecutionMode

Fields

Distributed = 1

Executes the pipeline in distributed mode with transport-specific ownership coordination.

SingleProcess = 0

Executes the pipeline within a single host process without transport ownership coordination.