Activity.Id 属性

定义

获取特定请求专属的标识符。

public:
 property System::String ^ Id { System::String ^ get(); };
public string? Id { get; }
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String

属性值

活动 ID。

注解

ID 具有分层结构: root-id.id1_id2.id3_。 调用 时 Start() ,通过将后缀追加到 Activity.Parent.Id 或 ,生成 ID ParentId。 在 Activity 启动之前没有 ID。 有关详细信息,请参阅 Activity ID

适用于