The following tables list the members exposed by BaseOperation.
Name | Description | |
---|---|---|
![]() | BaseOperation Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CanCancel | Returns whether the operation can be cancelled. |
![]() | Cancelled | Returns whether the operation was cancelled. |
![]() | CompletedSuccessfully | Returns whether the operation completed success |
![]() | CompletedSynchronously | Returns whether the operation completed synchronously. |
![]() | Error | Returns the exception if the operation failed. |
![]() | HasError | Returns whether the operation failed. |
![]() | IsCompleted | Returns whether the operation is completed regardless of whether it was cancelled or failed. |
![]() | IsErrorHandled | Was any error that occured handled? |
![]() | UserState | Returns the user state which identifies the operation. |
Name | Description | |
---|---|---|
![]() | Cancel | Cancel the asynchronous operation. |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | MarkErrorAsHandled | Mark any error as handled. |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | CancelCore | Performs cancel processing. |
![]() | Finalize | (Inherited from object) |
![]() | ForcePropertyChanged | |
![]() | MemberwiseClone | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Completed | Raised when the operation finishes. |
![]() | PropertyChanged | Raised when a property changes. |