WorkflowHostingEndpoint.CorrelationQueries Property

Definition

Gets a collection of CorrelationQuery instances .

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::CorrelationQuery ^> ^ CorrelationQueries { System::Collections::ObjectModel::Collection<System::ServiceModel::CorrelationQuery ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.CorrelationQuery> CorrelationQueries { get; }
member this.CorrelationQueries : System.Collections.ObjectModel.Collection<System.ServiceModel.CorrelationQuery>
Public ReadOnly Property CorrelationQueries As Collection(Of CorrelationQuery)

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