DataServiceContext.EndLoadProperty(IAsyncResult) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.