WaitAnnotation Constructors
Class Constructors 1 member
Represents a wait relationship between two resources.
Constructor(IResource, WaitType, int) Section titled Constructor(IResource, WaitType, int) Represents a wait relationship between two resources.
public sealed class WaitAnnotation{ public WaitAnnotation( IResource resource, WaitType waitType, int exitCode = 0) { // ... }}Parameters
Remarks
The holder of this annotation is waiting on the resource in the
WaitAnnotation.Resource property.