IProfileNotification.ProfileUpdated 이벤트

정의

특정 워크플로 TrackingProfile에 대한 Type을 업데이트할 때 발생합니다.

public:
 event EventHandler<System::Workflow::Runtime::Tracking::ProfileUpdatedEventArgs ^> ^ ProfileUpdated;
event EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs> ProfileUpdated;
member this.ProfileUpdated : EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs> 
Event ProfileUpdated As EventHandler(Of ProfileUpdatedEventArgs) 

이벤트 유형

설명

추적 서비스는 ProfileUpdated 이벤트를 발생시켜 표시된 워크플로 TrackingProfile에 새 Type을 사용할 수 있음을 런타임 추적 인프라에 알릴 수 있습니다. 워크플로 TypeTrackingProfileProfileUpdatedEventArgs에 포함되어 전달됩니다.

적용 대상