3 references to NotificationHubName
WebPubSubWeb (3)
Program.cs (3)
6builder.AddKeyedAzureWebPubSubServiceClient(Constants.NotificationHubName); 43app.MapGet("/negotiate/notification", ([FromKeyedServices(Constants.NotificationHubName)] WebPubSubServiceClient service) => 78sealed class NotificationService([FromKeyedServices(Constants.NotificationHubName)] WebPubSubServiceClient service) : BackgroundService