PublishingCallbackAnnotation 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 default publishing callback annotation for a distributed application model.
public sealed class PublishingCallbackAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type PublishingCallbackAnnotation = class
interface IResourceAnnotation
Public NotInheritable Class PublishingCallbackAnnotation
Implements IResourceAnnotation
- Inheritance
-
PublishingCallbackAnnotation
- Implements
Remarks
Initializes a new instance of the PublishingCallbackAnnotation class.
Constructors
PublishingCallbackAnnotation(Func<PublishingContext,Task>) |
Represents a default publishing callback annotation for a distributed application model. |
Properties
Callback |
The publishing callback. |