DistributedApplicationEventSubscription Properties
Class Properties 1 member
Represents a subscription to an event that is published during the lifecycle of the AppHost.
The callback to be executed when the event is published.
public Func<IDistributedApplicationEvent, CancellationToken, Task> Callback { get; }