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이 이미 초기화된 경우

적용 대상