共用方式為


SendMessageRecord 類別

定義

包含追蹤記錄,這個追蹤記錄會在工作流程服務執行個體傳送訊息時,透過執行階段追蹤基礎結構,將記錄傳送至追蹤參與者。

public ref class SendMessageRecord : System::Activities::Tracking::CustomTrackingRecord
public class SendMessageRecord : System.Activities.Tracking.CustomTrackingRecord
type SendMessageRecord = class
    inherit CustomTrackingRecord
Public Class SendMessageRecord
Inherits CustomTrackingRecord
繼承

建構函式

SendMessageRecord(SendMessageRecord)

使用指定的 SendMessageRecord 執行個體,初始化 SendMessageRecord 類別的新執行個體。

SendMessageRecord(String)

使用指定的名稱來初始化 SendMessageRecord 類別的新執行個體。

屬性

Activity

傳回與記錄相關聯之活動的 ActivityInfo

(繼承來源 CustomTrackingRecord)
Annotations

在衍生類別中實作時,代表加入至此追蹤記錄的名稱/值組集合。

(繼承來源 TrackingRecord)
Data

取得與此追蹤記錄相關聯的使用者定義資料。

(繼承來源 CustomTrackingRecord)
E2EActivityId

取得與這個記錄相關聯的傳送端對端活動識別碼。

EventTime

在衍生的類別中實作時,代表追蹤記錄發生的時間。

(繼承來源 TrackingRecord)
InstanceId

在衍生類別中實作時,代表產生工作流程執行個體的 ID。

(繼承來源 TrackingRecord)
Level

取得事件的 TraceLevel

(繼承來源 TrackingRecord)
Name

取得區別此追蹤記錄的名稱。

(繼承來源 CustomTrackingRecord)
RecordNumber

定義產生追蹤記錄順序的序列。

(繼承來源 TrackingRecord)

方法

Clone()

建立 SendMessageRecord 的複本。

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回包含追蹤記錄資料的字串。

(繼承來源 CustomTrackingRecord)

適用於