0

我正在调用通知中心以在表格的插入脚本上推送消息,但是当我调用时突然:

var azure = require('azure');
var hub = azure.createNotificationHubService('<hub name>', '<connection string>');

我收到一条错误消息:

脚本“/table/moves.insert.js”中的错误。TypeError: Object [object Object] has no method 'createNotificationHubService' at insert (</table/moves.insert.js>:4:21) at </table/moves.insert.js>:1:8 [external code]

这是 Azure 错误还是方法已更改?

4

1 回答 1

1

这是 Azure 的一个错误。我从 MSDN 论坛得到了这个回复:

我们最近确实在移动服务中调用 Azure SDK 时遇到了一些问题。我们正在部署修复程序。

于 2013-10-08T17:29:20.880 回答