DistributedApplication Constructors
Class Constructors 1 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
host IHost The Hosting.IHost instance.