Edit

Share via


WorkflowHostingEndpoint.CorrelationQueries Property

Definition

Gets a collection of CorrelationQuery instances .

C#
public System.Collections.ObjectModel.Collection<System.ServiceModel.CorrelationQuery> CorrelationQueries { get; }

Property Value

A collection of correlation queries.

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1