Amazon.EC2.AmazonEC2Client.EndCreateVpnConnectionRoute C# (CSharp) Méthode

EndCreateVpnConnectionRoute() public méthode

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