The following tables list the members exposed by PageOperationResult<T>.
Name | Description | |
---|---|---|
![]() | CanCancel | Returns whether the paging operation can be cancelled. |
![]() | Cancelled | Returns whether the operation was cancelled. (Inherited from Cocktail.OperationResult) |
![]() | CompletedSuccessfully | Returns whether the operation completed successfully. (Inherited from Cocktail.OperationResult) |
![]() | Error | Returns the exception if the operation failed. (Inherited from Cocktail.OperationResult) |
![]() | HasError | Returns whether the operation failed. (Inherited from Cocktail.OperationResult) |
![]() | IsCompleted | Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from Cocktail.OperationResult) |
![]() | IsErrorHandled | Returns whether the error was handled. (Inherited from Cocktail.OperationResult) |
![]() | Result | Overridden. The page returned if the operation completed successfully. |
Name | Description | |
---|---|---|
![]() | AsTask | Returns a Task<T> for the current OperationResult. (Inherited from Cocktail.OperationResult<Page<T>>) |
![]() | Cancel | Cancels the current paging operation. |