4 types derived from InteractionInfoBase
Aspire.Hosting (4)
InteractionService.cs (4)
741internal sealed class MessageBoxInteractionInfo : InteractionInfoBase 751internal sealed class NotificationInteractionInfo : InteractionInfoBase 765internal sealed class InputsInteractionInfo : InteractionInfoBase 775internal sealed class ProgressInteractionInfo : InteractionInfoBase
2 references to InteractionInfoBase
Aspire.Hosting (2)
InteractionService.cs (2)
714public InteractionInfoBase InteractionInfo { get; } 721public Interaction(string title, string? message, InteractionOptions options, InteractionInfoBase interactionInfo, CancellationToken cancellationToken)