DistributedApplicationEventSubscription Class
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.
Represents a subscription to an event that is published during the lifecycle of the AppHost.
public class DistributedApplicationEventSubscription
type DistributedApplicationEventSubscription = class
Public Class DistributedApplicationEventSubscription
- Inheritance
-
DistributedApplicationEventSubscription
- Derived
Constructors
DistributedApplicationEventSubscription(Func<IDistributedApplicationEvent,CancellationToken,Task>) |
Represents a subscription to an event that is published during the lifecycle of the AppHost. |
Properties
Callback |
The callback to be executed when the event is published. |