InteractionResult<T>
Classnet10.0
Represents the result of an interaction.
namespace Aspire.Hosting;
public class InteractionResult<T>{ // ...}TProperties2
Section titled PropertiesDatagetT? The data returned from the interaction. Won't have a useful value if the interaction was canceled.