共用方式為


EtwTrackingParticipant 類別

定義

工作流程追蹤資料的消費者,會將 Windows 事件追蹤 (ETW) 事件發送到包含追蹤記錄資料的 ETW 工作階段。

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
繼承
EtwTrackingParticipant

建構函式

EtwTrackingParticipant()

建立 EtwTrackingParticipant 類別的新執行個體。

屬性

ApplicationReference

取得這個追蹤參與者建立的 ETW 提供者所使用的參考值。

EtwProviderId

取得這個追蹤參與者建立的 ETW 提供者所使用的提供者 ID。

TrackingProfile

追蹤參與者使用的追蹤設定檔物件。 將追蹤參與者加入至工作流程擴充前,會在參與者上設定追蹤設定檔。

(繼承來源 TrackingParticipant)

方法

BeginTrack(TrackingRecord, TimeSpan, AsyncCallback, Object)

在衍生類別中實作時,開始進行追蹤記錄的非同步處理。

(繼承來源 TrackingParticipant)
EndTrack(IAsyncResult)

在衍生的類別中實作時,代表非同步追蹤作業的結束。

(繼承來源 TrackingParticipant)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)
Track(TrackingRecord, TimeSpan)

在衍生類別中實作時,以非同步方式處理追蹤記錄。

(繼承來源 TrackingParticipant)

適用於