WaitAnnotation 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 wait relationship between two resources.
public sealed class WaitAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type WaitAnnotation = class
interface IResourceAnnotation
Public NotInheritable Class WaitAnnotation
Implements IResourceAnnotation
- Inheritance
-
WaitAnnotation
- Implements
Remarks
The holder of this annotation is waiting on the resource in the Resource property.
Constructors
WaitAnnotation(IResource, WaitType, Int32) |
Represents a wait relationship between two resources. |
Properties
ExitCode |
The exit code that the resource must return for the wait to be satisfied. |
Resource |
The resource that will be waited on. |
WaitType |
The type of wait to apply to the dependency resource. |