Partager via


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
System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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