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


Glossary Item Box

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

Protected Constructors

 NameDescription
Protected ConstructorDialogOperationResult<T> ConstructorInitializes and new instance of DialogOperationResult.  
Top

Public Properties

 NameDescription
Public PropertyCancelledIndicates whether the dialog or message box has been cancelled.  
Public PropertyDialogResultReturns the user's response to a dialog or message box.  
Public PropertyIsCompletedReturns whether the operation is completed regardless of whether it was cancelled or failed.  
Top

Public Methods

 NameDescription
Public MethodAsTaskReturns a Task<T> for the current DialogOperationResult.  
Public MethodContinueWithCreates a continuation that executes when the target operation completes.  
Top

Protected Methods

 NameDescription
Protected MethodOnCompletedRaises the Completed event.  
Top

Public Operators

public Operator Implicit Type Conversion Overloaded. Implicitly converts the current DialogOperationResult to type System.Threading.Tasks.Task
Top

See Also

© 2012 All Rights Reserved.