TaskCompletedEventArgs Members
Provides data for the Completed event.
The following tables list the members exposed by the TaskCompletedEventArgs type.
| Name | Description | |
|---|---|---|
|
Error | Gets an instance of TaskException if an error occurred; otherwise, null. |
|
ReturnValue | Gets the object that is returned from the action that is associated with the task. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | Equals | Overloaded. (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() ![]() | ReferenceEquals | (Inherited from Object) |
![]() | ToString | (Inherited from Object) |
Community Additions
Show: