WaitBehavior Enum
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.
Specifies the behavior of the wait.
public enum WaitBehavior
type WaitBehavior =
Public Enum WaitBehavior
- Inheritance
-
WaitBehavior
Fields
Name | Value | Description |
---|---|---|
WaitOnResourceUnavailable | 0 | If the resource is unavailable, continue waiting. |
StopOnResourceUnavailable | 1 | If the resource is unavailable, stop waiting. |