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
パラメーター
- asyncResult
型: System.IAsyncResult
非同期操作の状態を表す IAsyncResult。
戻り値
型: System.Data.Services.Client.QueryOperationResponse
読み込み操作への応答。
説明
要求中またはデータ サービスからの応答の処理中にエラーが発生した場合は、例外がスローされます。