This documentation is archived and is not being maintained.
PageAsyncTask Properties
Visual Studio 2010
The PageAsyncTask type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginHandler | Gets the method to call when beginning an asynchronous task. |
|
EndHandler | Gets the method to call when the task completes successfully within the time-out period. |
|
ExecuteInParallel | Gets a value that indicates whether the task can be processed in parallel with other tasks. |
|
State | Gets an object that represents the state of the task. |
|
TimeoutHandler | Gets the method to call when the task does not complete successfully within the time-out period. |
Show: