Amazon.EC2.AmazonEC2Client.EndCreateVpnConnectionRoute C# (CSharp) Method

EndCreateVpnConnectionRoute() public method

Finishes the asynchronous execution of the CreateVpnConnectionRoute operation.
public EndCreateVpnConnectionRoute ( IAsyncResult asyncResult ) : CreateVpnConnectionRouteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpnConnectionRoute.
return CreateVpnConnectionRouteResponse
        public  CreateVpnConnectionRouteResponse EndCreateVpnConnectionRoute(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVpnConnectionRouteResponse>(asyncResult);
        }
AmazonEC2Client