다음을 통해 공유


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

System_CAPS_pubmethod SyncUiTask(Guid, String, SyncAction, Boolean)

Creates a new instance of the SyncUiTask object, using the specified ID, display name, action, and global parameter.

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

System_CAPS_pubmethod 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