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

EndListGateways() public method

Finishes the asynchronous execution of the ListGateways operation.
public EndListGateways ( IAsyncResult asyncResult ) : ListGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListGateways.
return ListGatewaysResponse
        public  ListGatewaysResponse EndListGateways(IAsyncResult asyncResult)
        {
            return EndInvoke<ListGatewaysResponse>(asyncResult);
        }
AmazonStorageGatewayClient