subscribeBeforePublish
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity subscribeBeforePublish(callback: callback): DistributedApplicationEventSubscription;}Signature
method
subscribeBeforePublish Subscribes to the BeforePublish event, which fires before the application is published.
subscribeBeforePublish(callback: (arg: BeforePublishEvent) => Promise<void>): DistributedApplicationEventSubscriptionParameters
callback (arg: BeforePublishEvent) => Promise<void> Returns
DistributedApplicationEventSubscription Applies to
This method applies to the following types: