WorkflowHostingEndpoint.CorrelationQueries プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CorrelationQuery のインスタンスのコレクションを取得します。
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)
プロパティ値
関連付けクエリのコレクション。
注釈
メッセージがエンドポイントに到着してメッセージの送信先となるワークフロー インスタンスを指定するときに実行されるクエリをこのコレクションに読み込みます。 OnGetInstanceId をオーバーライドすることでカスタム インスタンスが解決される場合、このプロパティを使用する必要はありません。