Bagikan melalui


EndpointHealthData.LastSendAttemptTime Property

Definition

Gets or sets last time iot hub tried to send a message to the endpoint

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="lastSendAttemptTime")]
public DateTime? LastSendAttemptTime { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="lastSendAttemptTime")>]
member this.LastSendAttemptTime : Nullable<DateTime> with get, set
Public Property LastSendAttemptTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to