Amazon.DirectoryService.AmazonDirectoryServiceClient.EndListIpRoutes C# (CSharp) Method

EndListIpRoutes() public method

Finishes the asynchronous execution of the ListIpRoutes operation.
public EndListIpRoutes ( IAsyncResult asyncResult ) : ListIpRoutesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListIpRoutes.
return Amazon.DirectoryService.Model.ListIpRoutesResponse
        public  ListIpRoutesResponse EndListIpRoutes(IAsyncResult asyncResult)
        {
            return EndInvoke<ListIpRoutesResponse>(asyncResult);
        }
AmazonDirectoryServiceClient