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