CorrelationToken.Initialize Methode

Definitie

Er worden geïnitialiseerde gebeurtenissen geactiveerd.

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

Parameters

activity
Activity

De naam van het Activity token dat eigenaar is van het correlatietoken.

propertyValues
ICollection<CorrelationProperty>

Een verzameling eigenschapswaarden in de CorrelationToken.

Uitzonderingen

Van toepassing op