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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.