ProcessTask Class
Represents a task that can be started from the task pane of the Dashboard. The task is not associated to items listed in the list pane of the Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel::Task
Microsoft.WindowsServerSolutions.Administration.ObjectModel::ProcessTask
| Name | Description | |
|---|---|---|
![]() | ProcessTask(Guid, String^, ProcessTaskStartInfo^) | Initializes a new instance of the ProcessTask class with the specified identifier, display name, and the specified ProcessTaskStartInfo object. |
![]() | ProcessTask(Guid, String^, String^) | Initializes a new instance of the ProcessTask class with the specified identifier, display name, and the specified file path. |
![]() | ProcessTask(Guid, String^, String^, String^) | Initializes a new instance of the ProcessTask class with the specified identifier, display name, file path, and command-line arguments. |
![]() | ProcessTask(String^, ProcessTaskStartInfo^) | Initializes a new instance of the ProcessTask class with the specified display name and the specified ProcessTaskStartInfo object. |
![]() | ProcessTask(String^, String^) | Initializes a new instance of the ProcessTask class with the specified display name and the specified file path. |
![]() | ProcessTask(String^, String^, String^) | Initializes a new instance of the ProcessTask class with the specified display name, file path, and command-line arguments. |
| Name | Description | |
|---|---|---|
![]() | Description | |
![]() | DisplayName | |
![]() | Icon | |
![]() | ID | Gets the identifier of the task.(Inherited from Task.) |
![]() | Tag | |
![]() | TaskStatus | Gets and sets the status of the current task.(Inherited from Task.) |
![]() | UiActivation | Gets or sets the behavior that the Dashboard uses to decide whether to use an existing process when the same task is selected or to start a new process each time the task is selected. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from Task.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from Task.) |
![]() | ToString() | (Inherited from Object.) |
To create a process task that is associated to selected items, use ProcessTask<TBusinessObject>.
A ProcessTask must be added to a TaskCollection to be displayed in the task pane of the Dashboard.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


