Contents

resolve()

Starts a resolve process for the service.

Declaration

func resolve()

Discussion

Attempts to determine at least one address for the service. This method returns immediately, with success or failure indicated by the callbacks to the delegate.

In OS X v10.4, this method calls resolve(withTimeout:) with a timeout value of 5.

See Also

Related Documentation

Using Network Services