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>, IEnumerable<InstanceKey>)

CorrelationMessageProperty クラスの新しいインスタンスを初期化します。

CorrelationMessageProperty(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)

指定したメッセージのCorrelationMessagePropertyからPropertiesを取得しようとします。

TryGet(MessageProperties, CorrelationMessageProperty)

指定したメッセージ プロパティから CorrelationMessageProperty の取得を試みます。

適用対象