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

stop()

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

Declaration 宣言

func 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 ネットワークサービスを使う