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