FeedbackRecord.EnqueuedOnUtc プロパティ

定義

メッセージの結果が UTC で発生した日時を示す日付と時刻 (ハブがフィードバック メッセージを受信した場合や、元のメッセージの有効期限が切れた場合など)。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="enqueuedTimeUtc")]
public DateTimeOffset EnqueuedOnUtc { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="enqueuedTimeUtc")>]
member this.EnqueuedOnUtc : DateTimeOffset
Public ReadOnly Property EnqueuedOnUtc As DateTimeOffset

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象