EventingSubscriberRegistrationContext.onAfterResourcesCreated
Method
interface EventingSubscriberRegistrationContext { // ... omitted for brevity onAfterResourcesCreated(callback: (arg: AfterResourcesCreatedEvent) => Promise<void>): DistributedApplicationEventSubscription;}Signature
method
onAfterResourcesCreated Subscribes to the AfterResourcesCreated event from an eventing subscriber registration context.
onAfterResourcesCreated(callback: (arg: AfterResourcesCreatedEvent) => Promise<void>): DistributedApplicationEventSubscriptionParameters
callback (arg: AfterResourcesCreatedEvent) => Promise<void> Returns
DistributedApplicationEventSubscription Defined on
This method is defined on the following type: