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

netServiceBrowser:didRemoveDomain:moreComing:

Tells the delegate the a domain has disappeared or has become unavailable. あるドメインが見えなくなるまたは利用できなくなったと委任先に伝えます。

Declaration 宣言

- (void)netServiceBrowser:(NSNetServiceBrowser *)browser 
          didRemoveDomain:(NSString *)domainString 
               moreComing:(BOOL)moreComing;

Parameters パラメータ

netServiceBrowser

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

domainName

Name of the domain that became unavailable. 利用可能でなくなったドメインの名前。

moreDomainsComing

YES when netServiceBrowser is waiting for additional domains. NO when there are no additional domains. YESnetServiceBrowserがさらなるドメインに対して待機している場合。NO、さらなるドメインがない場合。

Discussion 議論

The delegate uses this message to compile a list of unavailable domains. It should wait until moreDomainsComing is NO to do a bulk update of user interface elements. 委任先は、このメッセージを使って利用可能でないドメインのリストを編集します。それは、moreDomainsComingNOになって、ユーザインターフェイス要素の主要部の更新を行うまで待つべきです。

See Also 参照

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