WorkflowHostingEndpoint.CorrelationQueries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.