Freigeben über


ProcessTask<TBusinessObject> Constructor

 

Initializes a new instance of the ProcessTask<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 ProcessTask<TBusinessObject>(Guid, String, Converter<TBusinessObject, ProcessTaskStartInfo>)

Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified identifier, display name, and the ProcessTaskStartInfo object that is returned from the specified delegate method.

System_CAPS_pubmethod ProcessTask<TBusinessObject>(Guid, String, String)

Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified identifier, display name, and the specified file path.

System_CAPS_pubmethod ProcessTask<TBusinessObject>(Guid, String, String, String)

Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified identifier, display name, file path, and command-line arguments to run the program.

System_CAPS_pubmethod ProcessTask<TBusinessObject>(String, Converter<TBusinessObject, ProcessTaskStartInfo>)

Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified display name and the ProcessTaskStartInfo object that is returned from the specified delegate method.

System_CAPS_pubmethod ProcessTask<TBusinessObject>(String, ProcessTaskStartInfo)

Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified display name and the specified ProcessTaskStartInfo object.

System_CAPS_pubmethod ProcessTask<TBusinessObject>(String, String)

Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified display name and the specified file path.

System_CAPS_pubmethod ProcessTask<TBusinessObject>(String, String, Converter<TBusinessObject, String>)

Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified display name, file path, and the string that is returned from the specified delegate method. The string that is returned contains the command-line arguments for the program to be run.

System_CAPS_pubmethod ProcessTask<TBusinessObject>(String, String, String)

Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified display name, file path, and command-line arguments to run the program.

See Also

ProcessTask<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top