AsyncUiTask<TBusinessObject> Constructor
Initializes a new instance of the AsyncUiTask<TBusinessObject> class.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
AsyncUiTask<TBusinessObject>(Guid, String, AsyncAction<TBusinessObject>) | Initializes a new instance of the AsyncUiTask<TBusinessObject> class with the specified identifier, display name, and the specified delegate method that performs the action of the task. |
|
AsyncUiTask<TBusinessObject>(String, AsyncAction<TBusinessObject>) | Initializes a new instance of the AsyncUiTask<TBusinessObject> class with the specified display name and the specified delegate method that performs the action of the task. |
See Also
AsyncUiTask<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top