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

EndCreateVpnConnectionRoute() 공개 메소드

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