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 | |
---|---|---|
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. |
|
AsyncUiTask(Guid, String, AsyncAction, Boolean) | Creates a new instance of the AsyncUiTask type, using the specified ID, display name, action, and global parameters. |
|
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. |
|
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