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 .
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
Available since 4.0
Show: