IProfileNotification.ProfileUpdated Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a TrackingProfile for a specific workflow Type is updated.
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)
Event Type
Remarks
A tracking service can raise the ProfileUpdated event to inform the runtime tracking infrastructure that a new TrackingProfile is available for the indicated workflow Type. The workflow Type and the TrackingProfile are passed in a ProfileUpdatedEventArgs.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.