Creating Azure Push Notification Hub Programmatically

前端 未结 1 753
孤城傲影
孤城傲影 2021-01-24 11:19

In the MSDN documentation it says:

Azure supports Notification Hubs as part of the Azure SDK 2.1, in the Microsoft.ServiceBus.dll assembly. You can now create, update an

相关标签:
1条回答
  • 2021-01-24 12:08

    You should use NamespaceManager.CreateNotificationHub or NamespaceManager.CreateNotificationHubAsync for.

    Here is NamespaceManager class documentation.

    0 讨论(0)
提交回复
热议问题