Share via


DistributedApplicationEventing.Unsubscribe Method

Definition

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.

Implements

Applies to