Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IDistributedApplicationPublisher Interface

Definition

Namespace:
Aspire.Hosting.Publishing
Assembly:
Aspire.Hosting.dll
Package:
Aspire.Hosting v13.1.0
Package:
Aspire.Hosting v8.2.0
Package:
Aspire.Hosting v9.5.0
Source:
IDistributedApplicationPublisher.cs
Source:
IDistributedApplicationPublisher.cs
Source:
IDistributedApplicationPublisher.cs
Source:
IDistributedApplicationPublisher.cs
Source:
IDistributedApplicationPublisher.cs
Source:
IDistributedApplicationPublisher.cs
Source:
IDistributedApplicationPublisher.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Caution

IDistributedApplicationPublisher is obsolete. Use PipelineStep where applicable.

Defines the interface for publishing a distributed application.

[System.Obsolete("IDistributedApplicationPublisher is obsolete. Use PipelineStep where applicable.")]
public interface IDistributedApplicationPublisher
public interface IDistributedApplicationPublisher
[<System.Obsolete("IDistributedApplicationPublisher is obsolete. Use PipelineStep where applicable.")>]
type IDistributedApplicationPublisher = interface
type IDistributedApplicationPublisher = interface
Public Interface IDistributedApplicationPublisher
Attributes

Methods

Name Description
PublishAsync(DistributedApplicationModel, CancellationToken)

Publishes the specified distributed application model.

Applies to


Feedback

Was this page helpful?