IDistributedApplicationBuilder.subscribeBeforeStart
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity subscribeBeforeStart(callback: (arg: BeforeStartEvent) => Promise<void>): DistributedApplicationEventSubscription;}Signature
method
subscribeBeforeStart Subscribes to the BeforeStart event, which fires before the application starts.
subscribeBeforeStart(callback: (arg: BeforeStartEvent) => Promise<void>): DistributedApplicationEventSubscriptionParameters
callback (arg: BeforeStartEvent) => Promise<void> Returns
DistributedApplicationEventSubscription Defined on
This method is defined on the following type: