Freigeben über


DataServiceContext.EndLoadProperty-Methode

Wird aufgerufen, um den BeginLoadProperty-Vorgang abzuschließen.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Function EndLoadProperty ( _
    asyncResult As IAsyncResult _
) As QueryOperationResponse
'Usage
Dim instance As DataServiceContext
Dim asyncResult As IAsyncResult
Dim returnValue As QueryOperationResponse

returnValue = instance.EndLoadProperty(asyncResult)
public QueryOperationResponse EndLoadProperty(
    IAsyncResult asyncResult
)
public:
QueryOperationResponse^ EndLoadProperty(
    IAsyncResult^ asyncResult
)
member EndLoadProperty : 
        asyncResult:IAsyncResult -> QueryOperationResponse 
public function EndLoadProperty(
    asyncResult : IAsyncResult
) : QueryOperationResponse

Parameter

Rückgabewert

Typ: System.Data.Services.Client.QueryOperationResponse
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.

Siehe auch

Verweis

DataServiceContext Klasse

System.Data.Services.Client-Namespace