TaskCompletedEventArgs Members

Provides data for the Completed event.

The following tables list the members exposed by the TaskCompletedEventArgs type.

  Name Description
public field static Empty  (Inherited from EventArgs)
Top

  Name Description
public property Error Gets an instance of TaskException if an error occurred; otherwise, null.
public property ReturnValue Gets the object that is returned from the action that is associated with the task.
Top

(see also Protected Methods)
 NameDescription
public methodEquals  Overloaded. (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodstaticReferenceEquals  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

Community Additions

Show: