hostnameresolver Abort method
Return to Introduction  Previous page  Next page
Applies to
acHostnameResolver component.  

Declaration
procedure Abort;  

Description
The Abort method imediately terminate the thread and process of resolving the hostnames by IP adresses specified in IPList property.  
 
To execute thread again to continue hostname lookup — call Execute method OR set AutoResolve property to True and specify/add something to IPList.  

See also
AutoResolve and IPList properties;  
Execute, Abort and ResolveCachedIP methods;  
OnHostnameRetrieved event.