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

resolveWithTimeout:

Starts a resolve process of a finite duration for the service. サービスに対する有限期間の解決プロセスを始めます。

Declaration 宣言

- (void)resolveWithTimeout:(NSTimeInterval)timeout;

Parameters パラメータ

timeout

The maximum number of seconds to attempt a resolve. A value of 0.0 indicates no timeout and a resolve process of indefinite duration. 解決を試みるための最大限の秒数。0.0の値は、時間切れなしそして不確定期間の解決処理を指し示します。

Discussion 議論

During the resolve period, the service sends netServiceDidResolveAddress: to the delegate for each address it discovers that matches the service parameters. Once the timeout is hit, the service sends netServiceDidStop: to the delegate. 解決期間の間、サービスはnetServiceDidResolveAddress:を、サービスパラメータと合致するそれが発見する各アドレスに対する委任先に送ります。いったん時間切れが到達されるならば、サービスはnetServiceDidStop:を委任先に送ります。 アドレスが時間切れ期間の間に解決しないならば、サービスはnetService:didNotResolve:を委任先に送ります。

See Also 参照

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

Related Documentation 関連文書