This documentation is archived and is not being maintained.
CorrelationDataMessageProperty Class
Visual Studio 2010
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)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
