Share via


PublishingContext Class

Definition

Provides contextual information and services for the publishing process of a distributed application.

public sealed class PublishingContext
type PublishingContext = class
Public NotInheritable Class PublishingContext
Inheritance
PublishingContext

Constructors

PublishingContext(DistributedApplicationModel, DistributedApplicationExecutionContext, IServiceProvider, ILogger, CancellationToken, String)

Provides contextual information and services for the publishing process of a distributed application.

Properties

CancellationToken

Gets the cancellation token for the publishing operation.

ExecutionContext

Gets the execution context for the distributed application.

Logger

Gets the logger for publishing operations.

Model

Gets the distributed application model to be published.

OutputPath

Gets the output path for publishing artifacts.

Services

Gets the service provider for dependency resolution.

Applies to