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

DurableOrchestrationStatus.CreatedTime 属性

定义

获取创建业务流程实例的时间。

public DateTime CreatedTime { get; set; }
member this.CreatedTime : DateTime with get, set
Public Property CreatedTime As DateTime

属性值

实例创建时间(UTC)。

注解

如果业务流程实例处于 状态 Pending ,则此时间表示计划业务流程实例的时间。

适用于