DataServiceContext.EndLoadProperty(IAsyncResult) Méthode
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.
Appelé pour terminer l'opération BeginLoadProperty(Object, String, AsyncCallback, Object).
public virtual Microsoft.OData.Client.QueryOperationResponse EndLoadProperty (IAsyncResult asyncResult);
abstract member EndLoadProperty : IAsyncResult -> Microsoft.OData.Client.QueryOperationResponse
override this.EndLoadProperty : IAsyncResult -> Microsoft.OData.Client.QueryOperationResponse
Public Overridable Function EndLoadProperty (asyncResult As IAsyncResult) As QueryOperationResponse
Paramètres
- asyncResult
- IAsyncResult
IAsyncResult qui représente l'état de l'opération asynchrone.
Retours
Réponse à l'opération de chargement.