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

stop 中止

Halts a currently running search or resolution. 現在実行中の検索または解決を停止します。

Declaration 宣言

- (void)stop;

Discussion 議論

This method sends a netServiceBrowserDidStopSearch: message to the delegate and causes the browser to discard any pending search results. このメソッドは、netServiceBrowserDidStopSearch:メッセージを委任先に送ります、そしてブラウザが何であれ未確定の検索結果を廃棄するようにします。

See Also 参照

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

Related Documentation 関連文書