InteractionResult 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.
Provides a set of static methods for the InteractionResult<T>.
public static class InteractionResult
type InteractionResult = class
Public Class InteractionResult
- Inheritance
-
InteractionResult
Methods
| Cancel<T>(T) |
Creates an InteractionResult<T> indicating a canceled interaction. |
| Ok<T>(T) |
Creates a new InteractionResult<T> with the specified result and a flag indicating that the interaction was not canceled. |