SqlTrackingService.ProfileUpdated Event
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 the SqlTrackingService detects that a TrackingProfile has been changed.
public:
virtual event EventHandler<System::Workflow::Runtime::Tracking::ProfileUpdatedEventArgs ^> ^ ProfileUpdated;
public event EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs> ProfileUpdated;
member this.ProfileUpdated : EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs>
Public Custom Event ProfileUpdated As EventHandler(Of ProfileUpdatedEventArgs)
Public Event ProfileUpdated As EventHandler(Of ProfileUpdatedEventArgs)
The SqlTrackingService periodically examines its database to determine whether one or more of its tracking profiles have been changed. If it detects such a change in a TrackingProfile, it raises the ProfileUpdated event with the tracking profile encapsulated in a ProfileUpdatedEventArgs. The runtime tracking infrastructure uses this event to update its profile cache. You can set ProfileChangeCheckInterval to specify the frequency at which the SqlTrackingService examines its database.
Produkt | Versioner |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: