EtwTrackingParticipant Class
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.
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.
public ref class EtwTrackingParticipant sealed : System::Activities::Tracking::TrackingParticipant
public sealed class EtwTrackingParticipant : System.Activities.Tracking.TrackingParticipant
type EtwTrackingParticipant = class
inherit TrackingParticipant
Public NotInheritable Class EtwTrackingParticipant
Inherits TrackingParticipant
- Inheritance
Constructors
EtwTrackingParticipant() |
Creates a new instance of the EtwTrackingParticipant class. |
Properties
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) |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
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) |