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

EndAddIpRoutes() public method

Finishes the asynchronous execution of the AddIpRoutes operation.
public EndAddIpRoutes ( IAsyncResult asyncResult ) : AddIpRoutesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddIpRoutes.
return AddIpRoutesResponse
        public  AddIpRoutesResponse EndAddIpRoutes(IAsyncResult asyncResult)
        {
            return EndInvoke<AddIpRoutesResponse>(asyncResult);
        }
AmazonDirectoryServiceClient