Cocktail Help Reference
PageOperationResult<T> Class Members
See Also  Properties  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : PageOperationResult<T> Class


Glossary Item Box

The following tables list the members exposed by PageOperationResult<T>.

Public Properties

 NameDescription
Public PropertyCanCancelReturns whether the paging operation can be cancelled.  
Public PropertyCancelledReturns whether the operation was cancelled. (Inherited from Cocktail.OperationResult)
Public PropertyCompletedSuccessfullyReturns whether the operation completed successfully. (Inherited from Cocktail.OperationResult)
Public PropertyErrorReturns the exception if the operation failed. (Inherited from Cocktail.OperationResult)
Public PropertyHasErrorReturns whether the operation failed. (Inherited from Cocktail.OperationResult)
Public PropertyIsCompletedReturns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from Cocktail.OperationResult)
Public PropertyIsErrorHandledReturns whether the error was handled. (Inherited from Cocktail.OperationResult)
Public PropertyResultOverridden. The page returned if the operation completed successfully.  
Top

Public Methods

 NameDescription
Public MethodAsTaskReturns a Task<T> for the current OperationResult. (Inherited from Cocktail.OperationResult<Page<T>>)
Public MethodCancelCancels the current paging operation.  
Top

See Also

© 2012 All Rights Reserved.