WaitBehavior Enum
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.
Specifies the behavior of the wait.
C#
public enum WaitBehavior
type WaitBehavior =
Public Enum WaitBehavior
- Inheritance
-
WaitBehavior
Name | Value | Description |
---|---|---|
WaitOnDependencyFailure | 0 | If the dependency fails, ignore the failure and continue waiting. |
StopOnDependencyFailure | 1 | If the dependency fails, stop waiting and fail the wait. |
Proizvod | Verzije |
---|---|
.NET Aspire | 9.1.0 |