Finishes the asynchronous execution of the GetItem operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public Document EndGetItem( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginGetItem.
 Return Value
 Return ValueDocument from DynamoDB.
 See Also
 See Also