SyncUiTask Constructor
Initializes a new instance of the SyncUiTask class.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
SyncUiTask(Guid, String, SyncAction) | Initializes a new instance of the SyncUiTask class with the specified identifier, display name, and the specified delegate method that performs the action for the task. |
|
SyncUiTask(Guid, String, SyncAction, Boolean) | Creates a new instance of the SyncUiTask object, using the specified ID, display name, action, and global parameter. |
|
SyncUiTask(String, SyncAction) | Initializes a new instance of the SyncUiTask class with the specified display name and the specified delegate method that performs the action for the task. |
|
SyncUiTask(String, SyncAction, Boolean) | Creates a new instance of the SyncUiTask using the specified display name, action, and global flag. |
See Also
SyncUiTask Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top