Table of Contents

Class PipelinePartitionExecutionStateChangedEventArgs

Namespace
Pipelinez.Core.Eventing
Assembly
Pipelinez.dll

Contains data for partition-execution-state-changed notifications.

public sealed class PipelinePartitionExecutionStateChangedEventArgs
Inheritance
PipelinePartitionExecutionStateChangedEventArgs
Inherited Members

Constructors

PipelinePartitionExecutionStateChangedEventArgs(PipelineRuntimeContext, PipelinePartitionExecutionState)

Initializes a new partition-execution-state-changed payload.

public PipelinePartitionExecutionStateChangedEventArgs(PipelineRuntimeContext runtimeContext, PipelinePartitionExecutionState state)

Parameters

runtimeContext PipelineRuntimeContext
state PipelinePartitionExecutionState

Properties

RuntimeContext

Gets the current runtime context.

public PipelineRuntimeContext RuntimeContext { get; }

Property Value

PipelineRuntimeContext

State

Gets the updated partition execution state.

public PipelinePartitionExecutionState State { get; }

Property Value

PipelinePartitionExecutionState