DataServiceContext.EndLoadProperty(IAsyncResult) Methode

Definition

Wird aufgerufen, um den BeginLoadProperty(Object, String, AsyncCallback, Object)-Vorgang abzuschließen.

public:
 System::Data::Services::Client::QueryOperationResponse ^ EndLoadProperty(IAsyncResult ^ asyncResult);
public System.Data.Services.Client.QueryOperationResponse EndLoadProperty (IAsyncResult asyncResult);
member this.EndLoadProperty : IAsyncResult -> System.Data.Services.Client.QueryOperationResponse
Public Function EndLoadProperty (asyncResult As IAsyncResult) As QueryOperationResponse

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult zur Darstellung des Status eines asynchronen Vorgangs.

Gibt zurück

Die Antwort auf den Ladevorgang.

Hinweise

Wenn ein Fehler während der Anforderung auftritt, oder während die Antwort vom Datendienst verarbeitet wird, erfolgt eine Ausnahme.

Gilt für: