PageAsyncTask Constructor
.NET Framework (current version)
Initializes a new instance of the PageAsyncTask class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | PageAsyncTask(BeginEventHandler, EndEventHandler, EndEventHandler, Object) | Initializes a new instance of the PageAsyncTask class using the default value for executing in parallel. |
![]() | PageAsyncTask(BeginEventHandler, EndEventHandler, EndEventHandler, Object, Boolean) | Initializes a new instance of the PageAsyncTask class using the specified value for executing in parallel. |
![]() | PageAsyncTask(Func<CancellationToken, Task>) | Initializes a new instance of the PageAsyncTask class using an event handler that enables the task to be canceled. |
![]() | PageAsyncTask(Func<Task>) | Initializes a new instance of the PageAsyncTask class using an event handler that enables the task to be handled. |
Show:
