DiscoveryClient.FindCompleted Událost

Definice

Nastane po dokončení celé operace hledání.

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) 

Event Type

Poznámky

Vlastnost Result obsahuje informace o všech odpovídajících službách. Další informace o této události najdete v tématu Asynchronní hledání.

Platí pro