DialogTurnResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result returned to the caller of one of the various stack manipulation methods.
public class DialogTurnResult
type DialogTurnResult = class
Public Class DialogTurnResult
- Inheritance
-
DialogTurnResult
Remarks
Use EndDialogAsync(Object, CancellationToken) to end a Dialog and return a result to the calling context.
Constructors
DialogTurnResult(DialogTurnStatus, Object) |
Initializes a new instance of the DialogTurnResult class. |
Properties
ParentEnded |
Gets or sets a value indicating whether a DialogCommand has ended its parent container and the parent should not perform any further processing. |
Result |
Gets or sets the result returned by a dialog that was just ended. This will only be populated in certain cases:
In all cases where it's populated, ActiveDialog will be |
Status |
Gets or sets the current status of the stack. |