DiscoveryClient.FindCompleted 이벤트
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
전체 찾기 작업이 완료되면 발생합니다.
public:
event EventHandler<System::ServiceModel::Discovery::FindCompletedEventArgs ^> ^ FindCompleted;
public event EventHandler<System.ServiceModel.Discovery.FindCompletedEventArgs> FindCompleted;
member this.FindCompleted : EventHandler<System.ServiceModel.Discovery.FindCompletedEventArgs>
Public Custom Event FindCompleted As EventHandler(Of FindCompletedEventArgs)
Public Event FindCompleted As EventHandler(Of FindCompletedEventArgs)
이벤트 유형
설명
Result속성은 일치 하는 모든 서비스에 대 한 정보를 포함 합니다. 이 이벤트에 대 한 자세한 내용은 비동기 찾기를 참조 하십시오.