Amazon.EC2.AmazonEC2Client.EndDescribeNatGateways C# (CSharp) 메소드

EndDescribeNatGateways() 공개 메소드

Finishes the asynchronous execution of the DescribeNatGateways operation.
public EndDescribeNatGateways ( IAsyncResult asyncResult ) : DescribeNatGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNatGateways.
리턴 DescribeNatGatewaysResponse
        public  DescribeNatGatewaysResponse EndDescribeNatGateways(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeNatGatewaysResponse>(asyncResult);
        }
AmazonEC2Client