Share via


InteractionResult Class

Definition

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.

Applies to