Skip to content
Docs Try Aspire

InteractionResult<T> Properties

Class Properties 2 members
Represents the result of an interaction.
A flag indicating whether the interaction was canceled by the user.
public bool Canceled { get; }
Data Section titled Data nullable T?
The data returned from the interaction. Won't have a useful value if the interaction was canceled.
public T? Data { get; }