Click or drag to resize
NbPushSendAsync Method

Pushメッセージを送信する。

Query, Message は事前に設定しておくこと。

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public Task<NbJsonObject> SendAsync()

Return Value

Type: TaskNbJsonObject
Task。Resultは NbJsonObject。installationsキーで該当したインスタレーション数を取得可能。
Exceptions
ExceptionCondition
InvalidOperationExceptionQuery, Message が未設定
Version Information

Core

Supported in: 1.0
See Also