PipelineStepContext
Handle
interface PipelineStepContext { readonly cancellationToken: cancellationToken; readonly executionContext: DistributedApplicationExecutionContext; readonly logger: ILogger; readonly model: DistributedApplicationModel; pipelineContext: PipelineContext; reportingStep: IReportingStep; readonly services: IServiceProvider; readonly summary: PipelineSummary;} 10 members
Properties
property
cancellationToken cancellationToken get Gets the CancellationToken property
property
executionContext DistributedApplicationExecutionContext get Gets the ExecutionContext property
property
logger ILogger get Gets the Logger property
property
model DistributedApplicationModel get Gets the Model property
property
pipelineContext PipelineContext get · set Gets the PipelineContext property
property
reportingStep IReportingStep get · set Gets the ReportingStep property
property
services IServiceProvider get Gets the Services property
property
summary PipelineSummary get Gets the Summary property