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

EndCreateRoute() public method

Finishes the asynchronous execution of the CreateRoute operation.
public EndCreateRoute ( IAsyncResult asyncResult ) : CreateRouteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRoute.
return CreateRouteResponse
        public  CreateRouteResponse EndCreateRoute(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateRouteResponse>(asyncResult);
        }
AmazonEC2Client