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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.