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

CloudTask.PreviousStateTransitionTime Property

Definition

Gets the time at which the task entered its previous state.

public DateTime? PreviousStateTransitionTime { get; }
member this.PreviousStateTransitionTime : Nullable<DateTime>
Public ReadOnly Property PreviousStateTransitionTime As Nullable(Of DateTime)

Property Value

Remarks

If the task is in its initial Active state, the PreviousStateTransitionTime property is not defined.

Applies to