Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

BeforePublishEvent Constructors

ClassConstructors1 member
This event is published before the distributed application is published.
Constructor(IServiceProvider, DistributedApplicationModel)Section titled Constructor(IServiceProvider, DistributedApplicationModel)
This event is published before the distributed application is published.
public sealed class BeforePublishEvent
{
public BeforePublishEvent(
IServiceProvider services,
DistributedApplicationModel model)
{
// ...
}
}
servicesIServiceProviderThe IServiceProvider for the AppHost.