1 write to _interactionService
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
57_interactionService = interactionService;
3 references to _interactionService
Aspire.Hosting (3)
Dcp\DcpHost.cs (3)
343if (!_interactionService.IsAvailable) 372_ = _interactionService.PromptNotificationAsync(title, message, options, cancellationToken); 399var notificationTask = _interactionService.PromptNotificationAsync(title, message, options, notificationCts.Token);