Table of Contents

Class PipelineHostOptions

Namespace
Pipelinez.Core.Distributed
Assembly
Pipelinez.dll

Configures host-level execution behavior for a pipeline.

public sealed class PipelineHostOptions
Inheritance
PipelineHostOptions
Inherited Members

Properties

ExecutionMode

Gets the execution mode used by the pipeline.

public PipelineExecutionMode ExecutionMode { get; init; }

Property Value

PipelineExecutionMode

InstanceId

Gets the host instance identifier reported in runtime and diagnostic data.

public string? InstanceId { get; init; }

Property Value

string

RequireTransportOwnership

Gets a value indicating whether distributed mode requires transport ownership support.

public bool RequireTransportOwnership { get; init; }

Property Value

bool

WorkerId

Gets the worker identifier reported in runtime and diagnostic data.

public string? WorkerId { get; init; }

Property Value

string