System.Web.UI.PageAsyncTask Members

The members of System.Web.UI.PageAsyncTask are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

Public Properties

[read-only]
BeginHandlerSystem.Web.BeginEventHandler.

Gets the method to call when beginning an asynchronous task.

[read-only]
EndHandlerSystem.Web.EndEventHandler.

Gets the method to call when the task completes successfully within the time-out period.

[read-only]
ExecuteInParallelbool.

Gets a value that indicates whether the task can be processed in parallel with other tasks.

[read-only]
Stateobject.

Gets an object that represents the state of the task.

[read-only]
TimeoutHandlerSystem.Web.EndEventHandler.

Gets the method to call when the task does not complete successfully within the time-out period.