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 рабочего процесса. Тип Type рабочего процесса и объект класса TrackingProfile передаются в классе ProfileUpdatedEventArgs.

Применяется к