CorrelationDataMessageProperty Class
.NET Framework 4.5
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.
Namespace:
System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The CorrelationDataMessageProperty type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CorrelationDataMessageProperty | Initializes a new instance of the CorrelationDataMessageProperty class. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a correlation data provider to the property’s private dictionary of providers. |
![]() ![]() | AddData | 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 a hash function for a particular type. (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 | 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 | Attempts to retrieve the specified correlation data provider from the private dictionary of data providers. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
