CorrelationDataMessageProperty Class

Definition

Provides a message property that accumulates additional correlation information for a message as protocols are applied, such as when data is returned from a MessageQuerySet over the incoming message.

public ref class CorrelationDataMessageProperty : System::ServiceModel::Channels::IMessageProperty
public class CorrelationDataMessageProperty : System.ServiceModel.Channels.IMessageProperty
type CorrelationDataMessageProperty = class
    interface IMessageProperty
Public Class CorrelationDataMessageProperty
Implements IMessageProperty
Inheritance
CorrelationDataMessageProperty
Implements

Remarks

The correlation data accumulated by the CorrelationDataMessageProperty augments the message contents when calculating instance keys that relate messages to other messages.

Constructors

CorrelationDataMessageProperty()

Initializes a new instance of the CorrelationDataMessageProperty class.

Properties

Name

Gets the name of this message property: "CorrelationDataMessageProperty".

Methods

Add(String, Func<String>)

Adds a correlation data provider to the property's private dictionary of providers.

AddData(Message, String, Func<String>)

Adds correlation data to the specified message.

CreateCopy()

Initializes and returns a new CorrelationDataMessageProperty instance that is a copy of the current CorrelationDataMessageProperty instance.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Remove(String)

Removes a correlation data provider from the private dictionary of data providers.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryGet(Message, CorrelationDataMessageProperty)

Attempts to get a CorrelationDataMessageProperty from the specified message's Properties.

TryGet(MessageProperties, CorrelationDataMessageProperty)

Attempts to get the CorrelationDataMessageProperty from the specified message properties.

TryGetValue(String, String)

Attempts to retrieve the specified correlation data provider from the private dictionary of data providers.

Applies to