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 已經被初始化了。

適用於