CorrelationToken.Initialize(Activity, ICollection<CorrelationProperty>) 方法
定义
激发相关已初始化事件。Fires correlation initialized events.
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))
参数
- propertyValues
- ICollection<CorrelationProperty>
CorrelationToken 中属性值的集合。A collection of property values in the CorrelationToken.
例外
CorrelationToken 已初始化。CorrelationToken was already initialized.