CorrelationMessageProperty 類別

定義

提供在將相互關聯計算套用至訊息後,包含相互關聯執行個體索引鍵的訊息屬性。

public ref class CorrelationMessageProperty
public class CorrelationMessageProperty
[System.Runtime.Serialization.DataContract]
public class CorrelationMessageProperty
type CorrelationMessageProperty = class
[<System.Runtime.Serialization.DataContract>]
type CorrelationMessageProperty = class
Public Class CorrelationMessageProperty
繼承
CorrelationMessageProperty
屬性

建構函式

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>)

使用指定的相互關聯索引鍵,初始化 CorrelationMessageProperty 類別的新執行個體。

CorrelationMessageProperty(InstanceKey, IEnumerable<InstanceKey>, IEnumerable<InstanceKey>)

初始化 CorrelationMessageProperty 類別的新執行個體。

屬性

AdditionalKeys

取得包含此 CorrelationMessageProperty 其他執行個體索引鍵的集合。

CorrelationKey

取得此 CorrelationMessageProperty 的主要相互關聯執行個體索引鍵。

Name

取得這個 CorrelationMessageProperty 的名稱。

TransientCorrelations

取得這個 CorrelationMessageProperty 的暫時性互相關聯執行個體索引鍵的集合。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)
TryGet(Message, CorrelationMessageProperty)

嘗試從指定訊息的 Properties 取得 CorrelationMessageProperty

TryGet(MessageProperties, CorrelationMessageProperty)

嘗試從指定訊息的屬性取得 CorrelationMessageProperty

適用於