BatchTaskExecutionInfo.LastRetryTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The most recent time at which a retry of the Task started running. This element is present only if the Task was retried (i.e. retryCount is nonzero). If present, this is typically the same as startTime, but may be different if the Task has been restarted for reasons other than retry; for example, if the Compute Node was rebooted during a retry, then the startTime is updated but the lastRetryTime is not.
public DateTimeOffset? LastRetryTime { get; }
member this.LastRetryTime : Nullable<DateTimeOffset>
Public ReadOnly Property LastRetryTime As Nullable(Of DateTimeOffset)
Property Value
Applies to
Azure SDK for .NET