Finishes the asynchronous execution of the Load operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
T EndLoad<T>( IAsyncResult asyncResult )
 Generic Template Parameters
 Generic Template Parameters- T
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginLoad.
 Return Value
 Return Value
            Object of type T, populated with properties of item loaded from DynamoDB.
            
 See Also
 See Also