DiscoveryClient.FindCompleted Événement

Définition

Se produit lorsque l'opération de recherche entière est terminée.

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) 

Type d'événement

Remarques

La propriété Result contient les informations relatives à tous les services correspondants. Pour plus d’informations sur cet événement, consultez Recherche asynchrone.

S’applique à