DiscoveryProxy.OnBeginFind(FindRequestContext, AsyncCallback, Object) 메서드

정의

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

protected:
 abstract IAsyncResult ^ OnBeginFind(System::ServiceModel::Discovery::FindRequestContext ^ findRequestContext, AsyncCallback ^ callback, System::Object ^ state);
protected abstract IAsyncResult OnBeginFind (System.ServiceModel.Discovery.FindRequestContext findRequestContext, AsyncCallback callback, object state);
abstract member OnBeginFind : System.ServiceModel.Discovery.FindRequestContext * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginFind (findRequestContext As FindRequestContext, callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

findRequestContext
FindRequestContext

검색할 서비스를 설명하는 찾기 요청 컨텍스트입니다.

callback
AsyncCallback

작업이 완료될 때 호출할 콜백 대리자입니다.

state
Object

사용자 정의 상태 데이터입니다.

반환

IAsyncResult

보류 중인 비동기 작업에 대한 참조입니다.

설명

찾기 결과는 AddMatchingEndpoint 메서드를 한 번 이상 호출하면 반환됩니다.

적용 대상