Amazon.StorageGateway.AmazonStorageGatewayClient.EndDescribeTapes C# (CSharp) Method

EndDescribeTapes() public method

Finishes the asynchronous execution of the DescribeTapes operation.
public EndDescribeTapes ( IAsyncResult asyncResult ) : DescribeTapesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTapes.
return DescribeTapesResponse
        public  DescribeTapesResponse EndDescribeTapes(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeTapesResponse>(asyncResult);
        }
AmazonStorageGatewayClient