Skip to content
DocsTry Aspire
DocsTry

DistributedApplication Constructors

ClassConstructors1 member
Represents a distributed application that implements the Hosting.IHost and IAsyncDisposable interfaces.
Initializes a new instance of the DistributedApplication class.
public class DistributedApplication
{
public DistributedApplication(
IHost host)
{
// ...
}
}
hostIHostThe Hosting.IHost instance.