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

EndDescribeGatewayInformation() public method

Finishes the asynchronous execution of the DescribeGatewayInformation operation.
public EndDescribeGatewayInformation ( IAsyncResult asyncResult ) : DescribeGatewayInformationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeGatewayInformation.
return DescribeGatewayInformationResponse
        public  DescribeGatewayInformationResponse EndDescribeGatewayInformation(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeGatewayInformationResponse>(asyncResult);
        }
AmazonStorageGatewayClient