你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchTaskStatistics.WaitTime Property

Definition

The total wait time of the Task. The wait time for a Task is defined as the elapsed time between the creation of the Task and the start of Task execution. (If the Task is retried due to failures, the wait time is the time to the most recent Task execution.).

public TimeSpan WaitTime { get; }
member this.WaitTime : TimeSpan
Public ReadOnly Property WaitTime As TimeSpan

Property Value

Applies to