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

publishWithOptions:

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

Declaration 宣言

- (void)publishWithOptions:(NSNetServiceOptions)options;

Parameters パラメータ

serviceOptions

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

Discussion 議論

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

See Also 参照

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