다음을 통해 공유


DiscoveryProxy.OnEndFind(IAsyncResult) 메서드

정의

찾기 작업 완료를 처리하려면 이 메서드를 재정의합니다.

protected:
 abstract void OnEndFind(IAsyncResult ^ result);
protected abstract void OnEndFind (IAsyncResult result);
abstract member OnEndFind : IAsyncResult -> unit
Protected MustOverride Sub OnEndFind (result As IAsyncResult)

매개 변수

result
IAsyncResult

완료된 비동기 작업에 대한 참조입니다.

적용 대상