onAfterResourcesCreated
Method
interface EventingSubscriberRegistrationContext { // ... omitted for brevity onAfterResourcesCreated(callback: callback): DistributedApplicationEventSubscription;}Signature
method
onAfterResourcesCreated Subscribes an eventing subscriber to the AfterResourcesCreated event
onAfterResourcesCreated(callback: (arg: AfterResourcesCreatedEvent) => Promise<void>): DistributedApplicationEventSubscriptionParameters
callback (arg: AfterResourcesCreatedEvent) => Promise<void> Returns
DistributedApplicationEventSubscription Applies to
This method applies to the following types: