Amazon.DirectoryService.AmazonDirectoryServiceClient.EndListIpRoutes C# (CSharp) Метод

EndListIpRoutes() публичный Метод

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