DistributedApplicationEventing.Unsubscribe Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unsubscribe from an event.
public void Unsubscribe (Aspire.Hosting.Eventing.DistributedApplicationEventSubscription subscription);
abstract member Unsubscribe : Aspire.Hosting.Eventing.DistributedApplicationEventSubscription -> unit
override this.Unsubscribe : Aspire.Hosting.Eventing.DistributedApplicationEventSubscription -> unit
Public Sub Unsubscribe (subscription As DistributedApplicationEventSubscription)
Parameters
- subscription
- DistributedApplicationEventSubscription
The specific subscription to unsubscribe.