DataServiceCollection<T>.LoadCompleted Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Événement d’achèvement pour la LoadAsync(IQueryable<T>)méthode , LoadAsync() et LoadNextPartialSetAsync() .
public event EventHandler<Microsoft.OData.Client.LoadCompletedEventArgs> LoadCompleted;
member this.LoadCompleted : EventHandler<Microsoft.OData.Client.LoadCompletedEventArgs>
Public Event LoadCompleted As EventHandler(Of LoadCompletedEventArgs)
Type d'événement
Remarques
Cet événement est déclenché une seule fois pour chaque appel à la LoadAsync(IQueryable<T>)méthode , LoadAsync() ou LoadNextPartialSetAsync() . Elle est appelée à la fois quand l’opération a réussi et/ou quand elle a échoué.