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

publish(options:)

Attempts to advertise the receiver on the network, with the given options. レシーバをネットワーク上で宣伝することを試みます、与えられたオプションを使います。

Declaration 宣言

func publish(options: NetService.Options = [])

Parameters パラメータ

serviceOptions

Options for the receiver. The supported options are described in NetService.Options. レシーバに対するオプションサポートされるオプションは、NetService.Optionsにおいて記述されます。

Discussion 議論

This method returns immediately, with success or failure indicated by the callbacks to the delegate. このメソッドは、委任先へのコールバックによって指し示される成功または失敗とともに直ちに復帰します。

See Also 参照

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