共用方式為


MsmqIntegrationMessageProperty.CorrelationId 屬性

定義

取得或設定認可、報告和回應訊息用來參考原始訊息的訊息識別項。

public:
 property System::String ^ CorrelationId { System::String ^ get(); void set(System::String ^ value); };
public string CorrelationId { get; set; }
member this.CorrelationId : string with get, set
Public Property CorrelationId As String

屬性值

認可、報告和回應訊息用來參考原始訊息的訊息識別項。

備註

當訊息佇列 (MSMQ) 產生認可或報告訊息時,會使用相互關聯識別項來指定原始訊息的訊息識別項。 因此,相互關係識別項會將報告或認可訊息連結到原始訊息。

這樣一來,傳送應用程式便可以使用相互關聯識別項,讓認可或報告訊息與原始訊息進行比對,以驗證原始訊息的身分識別。

適用於