Table of Contents

Class PipelineWorkerStartedEventArgs

Namespace
Pipelinez.Core.Eventing
Assembly
Pipelinez.dll

Contains data for worker-started notifications.

public sealed class PipelineWorkerStartedEventArgs
Inheritance
PipelineWorkerStartedEventArgs
Inherited Members

Constructors

PipelineWorkerStartedEventArgs(PipelineRuntimeContext)

Initializes a new worker-started payload.

public PipelineWorkerStartedEventArgs(PipelineRuntimeContext runtimeContext)

Parameters

runtimeContext PipelineRuntimeContext

Properties

RuntimeContext

Gets the current runtime context.

public PipelineRuntimeContext RuntimeContext { get; }

Property Value

PipelineRuntimeContext