IdeaBlade.EntityModel.Compat Assembly > IdeaBlade.EntityModel Namespace : AsyncEventArgs Class |
The following tables list the members exposed by AsyncEventArgs.
Name | Description | |
---|---|---|
AsyncEventArgs Constructor |
Name | Description | |
---|---|---|
Cancelled | Returns whether the operation was cancelled. | |
CompletedSuccessfully | Returns whether the operation completed successfully. | |
CompletedSynchronously | Returns whether the operation was completed synchronously. | |
Error | The exception, if any, thrown by the underlying operation. | |
HasError | Returns whether the operation failed. | |
IsCompleted | Returns whether the operation completed. | |
IsErrorHandled | Whether the Error was handled ( if one exists). | |
Task | ||
UserState | Uniquely identifies the asynchronous operation. |
Name | Description | |
---|---|---|
AsyncWorkState |
Name | Description | |
---|---|---|
Equals | (Inherited from object) | |
GetHashCode | (Inherited from object) | |
GetType | (Inherited from object) | |
MarkErrorAsHandled | Mark the error as handled; | |
ToString | (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |