public async void FindEleveAsync() { WebServiceClient client = new WebServiceClient(); IEnumerable <Eleve> result = await client.GetEtudiantsAsync(); //Affectation du résultat }