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 | |
---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
ProcessTask<TBusinessObject>(String, ProcessTaskStartInfo) | Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified display name and the specified ProcessTaskStartInfo object. |
![]() |
ProcessTask<TBusinessObject>(String, String) | Initializes a new instance of the ProcessTask<TBusinessObject> class with the specified display name and the specified file path. |
![]() |
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. |
![]() |
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