Share via


CorrelationToken.Initialize メソッド

定義

相関初期化イベントを発生します。

public:
 void Initialize(System::Workflow::ComponentModel::Activity ^ activity, System::Collections::Generic::ICollection<System::Workflow::Runtime::CorrelationProperty ^> ^ propertyValues);
public void Initialize (System.Workflow.ComponentModel.Activity activity, System.Collections.Generic.ICollection<System.Workflow.Runtime.CorrelationProperty> propertyValues);
member this.Initialize : System.Workflow.ComponentModel.Activity * System.Collections.Generic.ICollection<System.Workflow.Runtime.CorrelationProperty> -> unit
Public Sub Initialize (activity As Activity, propertyValues As ICollection(Of CorrelationProperty))

パラメーター

activity
Activity

相関トークンを所有している Activity の名前。

propertyValues
ICollection<CorrelationProperty>

CorrelationToken 内のプロパティ値のコレクション。

例外

CorrelationToken は既に初期化されています。

適用対象