Amazon.EC2.AmazonEC2Client.EndAttachVpnGateway C# (CSharp) Метод

EndAttachVpnGateway() публичный Метод

Finishes the asynchronous execution of the AttachVpnGateway operation.
public EndAttachVpnGateway ( IAsyncResult asyncResult ) : AttachVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachVpnGateway.
Результат AttachVpnGatewayResponse
        public  AttachVpnGatewayResponse EndAttachVpnGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<AttachVpnGatewayResponse>(asyncResult);
        }
AmazonEC2Client