PipelineContext
Handle
interface PipelineContext { cancellationToken: cancellationToken; readonly executionContext: DistributedApplicationExecutionContext; readonly logger: ILogger; readonly model: DistributedApplicationModel; readonly services: IServiceProvider; readonly summary: PipelineSummary;} 7 members
Properties
property
cancellationToken cancellationToken get · set 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
services IServiceProvider get Gets the Services property
property
summary PipelineSummary get Gets the Summary property