Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WorkflowHostingEndpoint::CorrelationQueries Property

.NET Framework (current version)
 

Gets a collection of CorrelationQuery instances .

Namespace:   System.ServiceModel.Activities
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

public:
property Collection<CorrelationQuery^>^ CorrelationQueries {
	Collection<CorrelationQuery^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::Collection<CorrelationQuery^>^

A collection of correlation queries.

Populate this collection with queries that are run when a message arrives on the endpoint to determine which workflow instance the message should be sent to. This property does not need to be used if custom instance resolution is provided by overriding OnGetInstanceId.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft