AWS SDK for .NET Documentation
EndLoad<(Of <(<'T>)>)> Method (asyncResult)
AmazonAmazon.DynamoDB.DataModelIDynamoDBContextEndLoad<(Of <<'(T>)>>)(IAsyncResult) Did this page help you?   Yes   No    Tell us about it...
Finishes the asynchronous execution of the Load operation.
Declaration Syntax
C#
T EndLoad<T>(
	IAsyncResult asyncResult
)
Generic Template Parameters
T
Parameters
asyncResult (IAsyncResult)
The IAsyncResult returned by the call to BeginLoad.
Return Value
Object of type T, populated with properties of item loaded from DynamoDB.
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)