Instance Method インスタンスメソッド

searchForRegistrationDomains

Initiates a search for domains in which the host may register services. それにおいてホストがサービスを登録するかもしれないドメインに対する検索に着手します。

Declaration 宣言

- (void)searchForRegistrationDomains;

Discussion 議論

This method returns immediately, sending a netServiceBrowserWillSearch: message to the delegate if the network was ready to initiate the search. The delegate receives a subsequent netServiceBrowser:didFindDomain:moreComing: message for each domain discovered. このメソッドは直ぐに復帰します、netServiceBrowserWillSearch:メッセージをメッセージを委任先に送っています、もしネットワークが検索に着手する準備ができたならば。委任先は続くnetServiceBrowser:didFindDomain:moreComing:メッセージを発見された各サービスに対して受け取ります。

Most network service browser clients do not have to use this method—it is sufficient to publish a service with the empty string, which registers it in any available registration domains automatically. ほとんどのネットワークサービスクライアントは、このメソッドを使う必要はありません — それは、あるサービスを空の文字列で出版するのに十分です、それは、それをあらゆる利用可能な登録ドメインにおいて登録します。

See Also 参照

Using Network Service Browsers ネットワークサービスブラウザを使う

Related Documentation 関連文書