【发布时间】:2013-09-15 22:25:17
【问题描述】:
Azure Mobile Services server script 的文档不包含您可以通过调用创建的通知中心对象的任何信息:
var azure = require('azure');
var hub = azure.createNotificationHubService('<hub name>', '<connection string>');
此对象的文档是否存在?
我正在尝试找出发送带有特定标签(用户 ID)的模板通知的语法。
【问题讨论】:
标签: azure azure-mobile-services azure-notificationhub