CorrelationDataMessageProperty Class
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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | CorrelationDataMessageProperty() | Initializes a new instance of the CorrelationDataMessageProperty class. |
| Name | Description | |
|---|---|---|
![]() ![]() | Name | Gets the name of this message property: “CorrelationDataMessageProperty”. |
| Name | Description | |
|---|---|---|
![]() | Add(String, Func(Of String)) | Adds a correlation data provider to the property’s private dictionary of providers. |
![]() ![]() | AddData(Message, String, Func(Of 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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. |
The correlation data accumulated by the CorrelationDataMessageProperty augments the message contents when calculating instance keys that relate messages to other messages.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



