TaskCompletedEventArgs Class

 

Provides data for the Completed event.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

System::Object
  System::EventArgs
    Microsoft.WindowsServerSolutions.Administration.ObjectModel::TaskCompletedEventArgs

[SerializableAttribute]
public ref class TaskCompletedEventArgs : EventArgs

NameDescription
System_CAPS_pubpropertyError

Gets an instance of TaskException if an error occurred; otherwise, null.

System_CAPS_pubpropertyReturnValue

Gets the object that is returned from the action that is associated with the task.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: