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