DiscoveryProxy.EndShouldRedirectFind メソッド

定義

検索要求のマルチキャスト抑制メッセージの送信完了を処理するには、このメソッドをオーバーライドします。

protected:
 virtual bool EndShouldRedirectFind(IAsyncResult ^ result, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<System::ServiceModel::Discovery::EndpointDiscoveryMetadata ^> ^ % redirectionEndpoints);
protected virtual bool EndShouldRedirectFind(IAsyncResult result, out System.Collections.ObjectModel.Collection<System.ServiceModel.Discovery.EndpointDiscoveryMetadata> redirectionEndpoints);
abstract member EndShouldRedirectFind : IAsyncResult * Collection -> bool
override this.EndShouldRedirectFind : IAsyncResult * Collection -> bool
Protected Overridable Function EndShouldRedirectFind (result As IAsyncResult, ByRef redirectionEndpoints As Collection(Of EndpointDiscoveryMetadata)) As Boolean

パラメーター

result
IAsyncResult

完了した非同期操作への参照。

redirectionEndpoints
Collection<EndpointDiscoveryMetadata>

リダイレクト エンドポイントを記述するエンドポイント検出メタデータのコレクション。

返品

true 検索操作をリダイレクトする必要がある場合は a0/ false

注釈

マルチキャスト抑制メッセージは、探索プロキシが使用可能な場合に、マルチキャスト検索または解決メッセージに応答して送信できます。 探索プロキシにユニキャスト メッセージを送信すると、検出操作によって発生するネットワーク トラフィックの量を減らすことができます。

適用対象