TrackingParameters.CallerInstanceId 属性

定义

获取工作流实例的 Guid,该工作流实例调用了与跟踪通道关联的工作流实例。Gets the Guid of the workflow instance that called the workflow instance associated with the tracking channel.

public:
 property Guid CallerInstanceId { Guid get(); };
public Guid CallerInstanceId { get; }
member this.CallerInstanceId : Guid
Public ReadOnly Property CallerInstanceId As Guid

属性值

Guid

工作流实例的 Guid,该工作流实例调用了与跟踪通道关联的工作流实例。The Guid of the workflow instance that called the workflow instance associated with the tracking channel.

适用于