Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an action that can be performed from the task pane in the Dashboard.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Task
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.AsyncUiTask
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.ProcessTask
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.SelectionTask<TBusinessObject>
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.SyncUiTask
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.UrlTask
Syntax
public abstract class Task : MarshalByRefObject
public ref class Task abstract : MarshalByRefObject
Public MustInherit Class Task
    Inherits MarshalByRefObject
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Description | Gets or sets the description of the Task object. | 
| .jpeg) | DisplayName | Gets the display name of the Task object. | 
| .jpeg) | Icon | Obsolete. Gets or sets the Icon that is associated with the Task object. | 
| .jpeg) | ID | Gets the identifier of the task. | 
| .jpeg) | Tag | Gets or sets an object that is used to identify the Task. | 
| .jpeg) | TaskStatus | Gets and sets the status of the current task. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Overrides MarshalByRefObject.CreateObjRef(Type).) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject.InitializeLifetimeService().) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | Completed | Represents an event that is raised when a task either successfully or unsuccessfully completes. | 
| .jpeg) | Started | Represents an event that is raised when the task successfully starts. | 
Remarks
Objects cannot be instantiated directly from this class; use derivatives of Task.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top