azureservicebus - how do i call azure service bus from windows universal app -


i developing windows universal app , make calls azure service bus. can find packages few azure services (such storage) can't find communication service bus.

anyone have suggestions?

good news!

while wait proper microsoft-developed package arrive, can use this:

http://www.nuget.org/packages/azuresblite/

azuresblite code-compatible servicebus libraries, syntax remains identical, , allows use in uwp apps


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -