WorkflowTrackingLocation 建構函式

定義

初始化 WorkflowTrackingLocation 類別的新執行個體。

多載

名稱 Description
WorkflowTrackingLocation()

初始化 WorkflowTrackingLocation 類別的新執行個體。

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)

初始化一個與指定追蹤工作流程事件相符的新類別實例 WorkflowTrackingLocation

WorkflowTrackingLocation()

初始化 WorkflowTrackingLocation 類別的新執行個體。

public:
 WorkflowTrackingLocation();
public WorkflowTrackingLocation();
Public Sub New ()

備註

不會指定任何工作流程狀態事件來匹配。 你必須在 中TrackingWorkflowEvent加入Events數值,才能WorkflowTrackingLocation匹配任何工作流程狀態事件。

適用於

WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)

初始化一個與指定追蹤工作流程事件相符的新類別實例 WorkflowTrackingLocation

public:
 WorkflowTrackingLocation(System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ events);
public WorkflowTrackingLocation(System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> events);
new System.Workflow.Runtime.Tracking.WorkflowTrackingLocation : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> -> System.Workflow.Runtime.Tracking.WorkflowTrackingLocation
Public Sub New (events As IList(Of TrackingWorkflowEvent))

參數

events
IList<TrackingWorkflowEvent>

IList 追蹤工作流程事件,以便匹配。

適用於