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

netServiceWillPublish:

Notifies the delegate that the network is ready to publish the service. ネットワークがサービスを出版する準備ができたことを委任先に通知します。

Declaration 宣言

- (void)netServiceWillPublish:(NSNetService *)sender;

Parameters パラメータ

sender

The service that is ready to publish. 出版する準備ができたサービス。

Discussion 議論

Publication of the service proceeds asynchronously and may still generate a call to the delegate’s netService:didNotPublish: method if an error occurs. サービスの出版は、非同期に進みます、そしてエラーが発生するならば依然として委任先の持つnetService:didNotPublish:メソッドへの呼び出しを生成するでしょう。

See Also 参照

Using Network Services ネットワークサービスを使う