简体   繁体   English

用于 Web 应用程序的 Azure 通知中心

[英]Azure Notification Hub for Web Applications

I need to create a Azure Notification Hub which will push notifications to my WebApplication.我需要创建一个 Azure 通知中心,它将通知推送到我的 Web 应用程序。

The current architecture of Notification Hub just allows applications registered on Windows Dev store to register to Notification Hub using SID's.通知中心的当前架构只允许在 Windows 开发商店注册的应用程序使用 SID 注册到通知中心。

Is there a way I can listen to Notifications from a WebApp/Console App有没有办法可以收听来自 WebApp/控制台应用程序的通知

Is there a way I can listen to Notifications from a WebApp/Console App有没有办法可以收听来自 WebApp/控制台应用程序的通知

In short answer no .简而言之,没有 Push notifications is a form of app-to-user communication where users of mobile apps are notified of certain desired information, usually in a pop-up or dialog box.推送通知是一种应用程序到用户的通信形式,移动应用程序的用户通常会在弹出窗口或对话框中收到某些所需信息的通知。

If want to listen message from other service, I recommand you could use the Azure storage or Azure service bus with Azure function or WebJob You could get more detail information from Azure Notification Hubs .如果想监听来自其他服务的消息,我建议你可以使用 Azure 存储或 Azure 服务总线与 Azure 函数或 WebJob 你可以从Azure 通知中心获取更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM