System.Web.UI.PageAsyncTask: Property Members

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

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.