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