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

stop 中止

Halts a currently running attempt to publish or resolve a service. サービスの出版または解決の現在実行中の試みを停止します。

Declaration 宣言

- (void)stop;

Discussion 議論

The delegate will receive netServiceDidStop: after the service stops. 委任先は、netServiceDidStop:を、サービスが停止した後に受け取るでしょう。

It is safe to remove all strong references to the service immediately after calling stop. サービスに対する全ての強い参照を、stopを呼び出した後に取り除くことは安全です。

See Also 参照

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