Azure 通知中心结果

Azure Notification Hub Outcome

我正在使用 Azure 通知中心 SDK (1.0.9)。 azure 文档不是很丰富。 能否请您帮忙解答一下问题:

根据 Azure 文档,方法 SendDirectNotificationAsync return NotificationOutcome。有两个 Int64 属性:SuccessFailure。文档说:它获取或设置结果的 success/failure 值。 你能说出的那些数字是多少吗?

Success and Failure mean the number of succeeded and failed notifications and will exist only if EnableTestSend parameter was set to true on client creation.

Click