次の方法で共有


DataServiceContext.EndLoadProperty メソッド

BeginLoadProperty 操作を完了するために呼び出されます。

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public Function EndLoadProperty ( _
    asyncResult As IAsyncResult _
) As QueryOperationResponse
'使用
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

パラメーター

戻り値

型: System.Data.Services.Client.QueryOperationResponse
読み込み操作への応答。

説明

要求中またはデータ サービスからの応答の処理中にエラーが発生した場合は、例外がスローされます。

関連項目

参照

DataServiceContext クラス

System.Data.Services.Client 名前空間