Implemented interface member:
method
PromptNotificationAsync
Aspire.Hosting.IInteractionService.PromptNotificationAsync(System.String, System.String, Aspire.Hosting.NotificationInteractionOptions, System.Threading.CancellationToken)
2 references to PromptNotificationAsync
Aspire.Hosting.Tests (2)
InteractionServiceTests.cs (1)
168
() => interactionService.
PromptNotificationAsync
("Are you sure?", "Confirmation")).DefaultTimeout();
Publishing\PublishingActivityReporterTests.cs (1)
508
var notificationTask = _interactionService.
PromptNotificationAsync
("Test Notification", "This is a test notification message", notificationOptions);