AsynchronousTask Class Members
In This Topic
The following tables list the members exposed by AsynchronousTask.
Public Constructors
Public Properties
| Name | Description |
| Canceled | True if the task is completed and was canceled by the user. False if the task is still executing or was not canceled. |
| Completed | True if the task has completed executing. Check Canceled to determine if it completed successfully or not. |
| TaskResults | Optional. Extended information about the result of the task once it is complete. |
Top
Public Methods
| Name | Description |
| Execute | Execute the requested delegate asynchronously with the specified arguments. |
Top
See Also