NotificationOutcome クラス

定義

通知結果を表します。

[System.Runtime.Serialization.DataContract(Name="NotificationOutcome", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class NotificationOutcome
[<System.Runtime.Serialization.DataContract(Name="NotificationOutcome", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type NotificationOutcome = class
Public NotInheritable Class NotificationOutcome
継承
NotificationOutcome
属性

コンストラクター

NotificationOutcome()

通知結果を表します。

プロパティ

Failure

通知を受信できなかったデバイスの数を取得または設定します。

NotificationId

通知 ID を取得または設定します。

Results

この通知が送信されたハブに登録されている各デバイスの通知結果の一覧を取得または設定します。

State

この通知結果の状態を取得します。

Success

通知を正常に受信したデバイスの数を取得または設定します。

TrackingId

追跡 ID を取得します。

適用対象