Skip to content
DocsTry Aspire
DocsTry

IDistributedApplicationEventing.unsubscribe

Method
📦 Aspire.Hosting v13.4.0
interface IDistributedApplicationEventing {
// ... omitted for brevity
unsubscribe(subscription: DistributedApplicationEventSubscription): void;
}

Signature

methodunsubscribe
Unsubscribe from an event.
unsubscribe(subscription: DistributedApplicationEventSubscription): void
subscriptionDistributedApplicationEventSubscription

Defined on

This method is defined on the following type: