FeedbackRecord.EnqueuedTimeUtc Property

Definition

Date and time that indicates when the outcome of the message happened in UTC (for example, the hub received the feedback message or the original message expired).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to