PageAsyncTask Properties
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
| 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:
