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)
357if (!_interactionService.IsAvailable) 386_ = _interactionService.PromptNotificationAsync(title, message, options, cancellationToken); 413var notificationTask = _interactionService.PromptNotificationAsync(title, message, options, notificationCts.Token);