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

netServiceBrowserDidStopSearch:

Tells the delegate that a search was stopped. ある検索が停止したことを委任先に伝えます。

Declaration 宣言

- (void)netServiceBrowserDidStopSearch:(NSNetServiceBrowser *)browser;

Parameters パラメータ

netServiceBrowser

Sender of this delegate message. この委任メッセージの送り手。

Discussion 議論

When netServiceBrowser receives a stop message from its client, netServiceBrowser sends a netServiceBrowserDidStopSearch: message to its delegate. The delegate then performs any necessary cleanup. netServiceBrowserstopメッセージをそれのクライアントから受け取る場合、netServiceBrowsernetServiceBrowserDidStopSearch:メッセージをそれの委任先に送ります。委任先は、それから何らかの必要な片付けを実行します。

See Also 参照

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

Related Documentation 関連文書