次の方法で共有


WorkflowTrackingLocation コンストラクター

定義

WorkflowTrackingLocation クラスの新しいインスタンスを初期化します。

オーバーロード

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。

適用対象