evdns_base_clear_nameservers_and_suspend

Remove all configured nameservers, and suspend all pending resolves.

Resolves will not necessarily be re-attempted until evdns_base_resume() is called.

@param base the evdns_base to which to apply this operation @return 0 if successful, or -1 if an error occurred @see evdns_base_resume()

extern (C) nothrow
int
evdns_base_clear_nameservers_and_suspend

Meta