Method Protocols.DNS.async_get_mx_all()


Method async_get_mx_all

client.Request async_get_mx_all(string host, function(:void) cb, mixed ... cba)
Concurrent.Future async_get_mx_all(string host)

Description

Calls get_mx_all in a global async_client created on demand.

See also

async_client.get_mx_all()