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

resolve

Starts a resolve process for the service. サービスに対する解決プロセスを始めます。

Declaration 宣言

- (void)resolve;

Discussion 議論

Attempts to determine at least one address for the service. This method returns immediately, with success or failure indicated by the callbacks to the delegate. 少なくとも1つのアドレスをサービスに対して決定しようと試みます。このメソッドは、委任先へのコールバックによって指し示される成功または失敗とともに直ちに復帰します。

In OS X v10.4, this method calls resolveWithTimeout: with a timeout value of 5. OS X 10.4では、このメソッドはresolveWithTimeout:5のタイムアウト値で呼び出します。

See Also 参照

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

Related Documentation 関連文書