AsyncResultType 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.
Async result type
public enum AsyncResultType
type AsyncResultType =
Public Enum AsyncResultType
- Inheritance
-
AsyncResultType
Fields
Name | Value | Description |
---|---|---|
Result | 0 | |
Exception | 1 | |
Completion | 2 |