ManifestPublishingCallbackAnnotation 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 an annotation that provides a callback to be executed during manifest publishing.
public class ManifestPublishingCallbackAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type ManifestPublishingCallbackAnnotation = class
interface IResourceAnnotation
Public Class ManifestPublishingCallbackAnnotation
Implements IResourceAnnotation
- Inheritance
-
ManifestPublishingCallbackAnnotation
- Implements
Constructors
ManifestPublishingCallbackAnnotation(Action<ManifestPublishingContext>) |
Initializes a new instance of the ManifestPublishingCallbackAnnotation class with the specified callback. |
ManifestPublishingCallbackAnnotation(Func<ManifestPublishingContext,Task>) |
Initializes a new instance of the ManifestPublishingCallbackAnnotation class with the specified callback. |
Properties
Callback |
Gets the callback action for publishing the manifest. |
Ignore |
Represents a |