AsyncTaskArguments Class Members
In This Topic
The following tables list the members exposed by AsyncTaskArguments.
Public Constructors
Public Properties
| Name | Description |
| ProgressMonitors | Retrieve the progress monitor stack for this asynchronous task |
| State | The state object for this asynchronous task (contains any arguments necessary to execute the task) |
| TaskResult | The final results of the asynchronous task, set upon completion. |
| Title | An end-user display title for this task. |
Top
Public Methods
| Name | Description |
| Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting managed resources. |
Top
See Also