The properties of System.Web.UI.PageAsyncTask are listed below. For a list of all members, see the PageAsyncTask Members list.
See Also: Inherited members from System.Object
[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. |