The members of System.Web.UI.PageAsyncTask are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.PageAsyncTask class using the default value for executing in parallel. | ||
Initializes a new instance of the System.Web.UI.PageAsyncTask class using the specified value for executing in parallel. |
[read-only] | BeginHandler | System.Web.BeginEventHandler.
Gets the method to call when beginning an asynchronous task. |
[read-only] | EndHandler | System.Web.EndEventHandler.
Gets the method to call when the task completes successfully within the time-out period. |
[read-only] | ExecuteInParallel | bool.
Gets a value that indicates whether the task can be processed in parallel with other tasks. |
[read-only] | State | object.
Gets an object that represents the state of the task. |
[read-only] | TimeoutHandler | System.Web.EndEventHandler.
Gets the method to call when the task does not complete successfully within the time-out period. |