TaskCompletedEventArgs Class
Provides data for the Completed event.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::Object
System::EventArgs
Microsoft.WindowsServerSolutions.Administration.ObjectModel::TaskCompletedEventArgs
System::EventArgs
Microsoft.WindowsServerSolutions.Administration.ObjectModel::TaskCompletedEventArgs
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Community Additions
ADD
Show:


