Class PipelinePartitionExecutionStateChangedEventArgs
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
runtimeContextPipelineRuntimeContextstatePipelinePartitionExecutionState
Properties
RuntimeContext
Gets the current runtime context.
public PipelineRuntimeContext RuntimeContext { get; }
Property Value
State
Gets the updated partition execution state.
public PipelinePartitionExecutionState State { get; }