다음을 통해 공유


DiscoveryProxy.EndShouldRedirectFind 메서드

정의

찾기 요청에 대한 멀티캐스트 비표시 오류(suppression) 메시지 보내기 완료를 처리하려면 이 메서드를 재정의합니다.

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>

리디렉션 엔드포인트를 설명하는 엔드포인트 검색 메타데이터의 컬렉션입니다.

반환

Boolean

찾기 작업을 리디렉션해야 하면 true이고, 그렇지 않으면 false입니다.

설명

검색 프록시를 사용할 수 있는 경우 멀티캐스트 찾기 또는 확인 메시지에 대한 응답으로 멀티캐스트 비표시 오류(suppression) 메시지를 보낼 수 있습니다. 검색 프록시에 유니캐스트 메시지를 보내면 검색 작업으로 인해 발생하는 네트워크 트래픽의 양을 줄일 수 있습니다.

적용 대상