Bagikan melalui


DataServiceContext.EndLoadProperty(IAsyncResult) Metode

Definisi

Dipanggil untuk menyelesaikan BeginLoadProperty(Object, String, AsyncCallback, Object) operasi.

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

IAsyncResult Yang mewakili status operasi asinkron.

Mengembalikan

Respons terhadap operasi pemuatan.

Keterangan

Jika terjadi kesalahan selama permintaan atau saat memproses respons dari layanan data, pengecualian akan dilemparkan.

Berlaku untuk