CorrelationToken.Initialize Methode

Definition

Löst per Korrelation initialisierte Ereignisse aus.

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))

Parameter

activity
Activity

Der Name der Activity, die das Korrelationstoken besitzt.

propertyValues
ICollection<CorrelationProperty>

Eine Auflistung von Eigenschaftswerten im CorrelationToken.

Ausnahmen

Das CorrelationToken wurde bereits initialisiert.

Gilt für: