EtwTrackingParticipant Class
A consumer of workflow tracking data that emits an Event Tracking for Windows (ETW) event to an ETW session that contains the data from the tracking record.
Assembly: System.Activities (in System.Activities.dll)
System.Activities.Tracking::TrackingParticipant
System.Activities.Tracking::EtwTrackingParticipant
| Name | Description | |
|---|---|---|
![]() | EtwTrackingParticipant() | Creates a new instance of the EtwTrackingParticipant class. |
| Name | Description | |
|---|---|---|
![]() | ApplicationReference | Gets the reference value used by the ETW provider created by this tracking participant. |
![]() | EtwProviderId | Gets the provider ID used by the ETW provider created by this tracking participant. |
![]() | TrackingProfile | The tracking profile object used by the tracking participant. Before adding the tracking participant to the workflow extensions, the tracking profile is set on the participant.(Inherited from TrackingParticipant.) |
| Name | Description | |
|---|---|---|
![]() | BeginTrack(TrackingRecord^, TimeSpan, AsyncCallback^, Object^) | When implemented in a derived class, begins asynchronous processing of the tracking record.(Inherited from TrackingParticipant.) |
![]() | EndTrack(IAsyncResult^) | When implemented in a derived class, represents the end of an asynchronous tracking operation. (Inherited from TrackingParticipant.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Track(TrackingRecord^, TimeSpan) | When implemented in a derived class, used to synchronously process the tracking record.(Inherited from TrackingParticipant.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


