Class PipelineWorkerStoppingEventArgs
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
runtimeContextPipelineRuntimeContext
Properties
RuntimeContext
Gets the current runtime context.
public PipelineRuntimeContext RuntimeContext { get; }