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

EndDescribeVpnGateways() 공개 메소드

Finishes the asynchronous execution of the DescribeVpnGateways operation.
public EndDescribeVpnGateways ( IAsyncResult asyncResult ) : DescribeVpnGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpnGateways.
리턴 DescribeVpnGatewaysResponse
        public  DescribeVpnGatewaysResponse EndDescribeVpnGateways(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeVpnGatewaysResponse>(asyncResult);
        }
AmazonEC2Client