PageAsyncTask Constructor (Func<Task>)

.NET Framework (current version)
 

Initializes a new instance of the PageAsyncTask class using an event handler that enables the task to be handled.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

new : 
        handler:Func<Task> -> PageAsyncTask

Parameters

handler
Type: System.Func<Task>

An event handler.

.NET Framework
Available since 4.5
Return to top
Show: