次の方法で共有


BatchJobPreparationTaskExecutionInfo.LastRetryTime Property

Definition

The most recent time at which a retry of the Job Preparation Task started running. This property is set 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