Table of Contents

Class PipelineWorkerStoppingEventArgs

Namespace
Pipelinez.Core.Eventing
Assembly
Pipelinez.dll

Contains data for worker-stopping notifications.

public sealed class PipelineWorkerStoppingEventArgs
Inheritance
PipelineWorkerStoppingEventArgs
Inherited Members

Constructors

PipelineWorkerStoppingEventArgs(PipelineRuntimeContext)

Initializes a new worker-stopping payload.

public PipelineWorkerStoppingEventArgs(PipelineRuntimeContext runtimeContext)

Parameters

runtimeContext PipelineRuntimeContext

Properties

RuntimeContext

Gets the current runtime context.

public PipelineRuntimeContext RuntimeContext { get; }

Property Value

PipelineRuntimeContext