DiscoveryProxy.EndShouldRedirectResolve メソッド

定義

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

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

パラメーター

result
IAsyncResult

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

redirectionEndpoints
Collection<EndpointDiscoveryMetadata>

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

返品

true 解決操作をリダイレクトする必要がある場合は ゚、それ以外の場合は false

注釈

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

適用対象