Partager via


AsyncUiTask Constructor

 

Initializes a new instance of the AsyncUiTask class.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Overload List

Name Description
System_CAPS_pubmethod AsyncUiTask(Guid, String, AsyncAction)

Initializes a new instance of the AsyncUiTask class with the specified identifier, display name, and the specified delegate method that performs the action of the task.

System_CAPS_pubmethod AsyncUiTask(Guid, String, AsyncAction, Boolean)

Creates a new instance of the AsyncUiTask type, using the specified ID, display name, action, and global parameters.

System_CAPS_pubmethod AsyncUiTask(String, AsyncAction)

Initializes a new instance of the AsyncUiTask class with the specified display name and the specified delegate method that performs the action of the task.

System_CAPS_pubmethod AsyncUiTask(String, AsyncAction, Boolean)

Creates an instance of the AsyncUiTask object, using the specified display name, action, and global parameter.

See Also

AsyncUiTask Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top