Compartilhar via


TaskCompletedEventArgs Class

 

Provides data for the Completed event.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public class TaskCompletedEventArgs : EventArgs
[SerializableAttribute]
public ref class TaskCompletedEventArgs : EventArgs
<SerializableAttribute>
Public Class TaskCompletedEventArgs
    Inherits EventArgs

Properties

Name Description
System_CAPS_pubproperty Error

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

System_CAPS_pubproperty ReturnValue

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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