Condividi tramite


TaskExecutionInformation.LastRequeueTime Property

Definition

Gets or sets the most recent time at which the Task has been requeued by the Batch service as the result of a user request.

[Newtonsoft.Json.JsonProperty(PropertyName="lastRequeueTime")]
public DateTime? LastRequeueTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastRequeueTime")>]
member this.LastRequeueTime : Nullable<DateTime> with get, set
Public Property LastRequeueTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is set only if the requeueCount is nonzero.

Applies to