Finishes the asynchronous execution of the AddCache operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public AddCacheResponse EndAddCache( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginAddCache.
 Return Value
 Return ValueReturns a AddCacheResult from AmazonStorageGateway.
 See Also
 See Also