Skip to content
DocsTry Aspire
DocsTry

InteractionResult<T> Properties

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