CorrelationQuery Class
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
The CorrelationQuery type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Select | Gets or sets the MessageQuerySet that contains the elements in the message that compose the instance key that uniquely identifies the message. |
![]() | SelectAdditional | Gets a collection of clauses, each of which defines the set of elements in the message that make up an associated key. |
![]() | Where | Gets or sets the MessageFilter that defines the set of messages for which this query applies. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the current CorrelationQuery is equal to the specified object. (Overrides Object::Equals(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 | Returns the hash code for the current CorrelationQuery. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
A CorrelationQuery is a set of queries that are run on an incoming or outgoing message to generate a set of instance keys. An InstanceKey represents an association between the data selected from the query and a particular service instance.
The Where clause allows the user to filter the set of messages that this CorrelationQuery runs on. The Select clause represents the query set used to uniquely identify the service instance for which an incoming message should be dispatched. The SelectAdditional clauses are a set of query sets that represent new instance keys that must be created to associate that data with the service instance.
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.
