Finishes the asynchronous execution of the Load operation.

C# |
public T EndLoad<T>( IAsyncResult asyncResult )

- T

- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginLoad.

Object of type T, populated with properties of item loaded from DynamoDB.
