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

publish

Attempts to advertise the receiver’s on the network. レシーバはネットワーク上であると宣伝を試みます。

Declaration 宣言

- (void)publish;

Discussion 議論

This method returns immediately, with success or failure indicated by the callbacks to the delegate. This is equivalent to calling publishWithOptions: with the default options (0). このメソッドは、委任先へのコールバックによって指し示される成功または失敗とともに直ちに復帰します。これは、publishWithOptions:を省略時のオプション(0)で呼び出すことに等しいです。

See Also 参照

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