Task Class

 

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)


public ref class Task abstract : MarshalByRefObject

NameDescription
System_CAPS_pubpropertyDescription

Gets or sets the description of the Task object.

System_CAPS_pubpropertyDisplayName

Gets the display name of the Task object.

System_CAPS_pubpropertyIcon

Obsolete. Gets or sets the Icon that is associated with the Task object.

System_CAPS_pubpropertyID

Gets the identifier of the task.

System_CAPS_pubpropertyTag

Gets or sets an object that is used to identify the Task.

System_CAPS_pubpropertyTaskStatus

Gets and sets the status of the current task.

NameDescription
System_CAPS_pubmethodCreateObjRef(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^).)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject::InitializeLifetimeService().)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventCompleted

Represents an event that is raised when a task either successfully or unsuccessfully completes.

System_CAPS_pubeventStarted

Represents an event that is raised when the task successfully starts.

Objects cannot be instantiated directly from this class; use derivatives of Task.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: