Share via


CorrelationToken.Initialize Método

Definición

Desencadena los eventos inicializados de correlación.

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

Parámetros

activity
Activity

El nombre de Activity que posee el token de la correlación.

propertyValues
ICollection<CorrelationProperty>

Una colección de valores de propiedad en CorrelationToken.

Excepciones

Se aplica a