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

EndDeleteRouteTable() public method

Finishes the asynchronous execution of the DeleteRouteTable operation.
public EndDeleteRouteTable ( IAsyncResult asyncResult ) : DeleteRouteTableResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRouteTable.
return DeleteRouteTableResponse
        public  DeleteRouteTableResponse EndDeleteRouteTable(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteRouteTableResponse>(asyncResult);
        }
AmazonEC2Client