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

EndDescribeCache() public method

Finishes the asynchronous execution of the DescribeCache operation.
public EndDescribeCache ( IAsyncResult asyncResult ) : DescribeCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCache.
return DescribeCacheResponse
        public  DescribeCacheResponse EndDescribeCache(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeCacheResponse>(asyncResult);
        }
AmazonStorageGatewayClient