Type Method 型メソッド

current()

Returns an NSHost object representing the host the process is running on. それの上でプロセスが動作しているホストを表しているNSHostオブジェクトを返します。

Declaration 宣言

class func current() -> Self

Return Value 戻り値

NSHost object for the process’s host. プロセスの持つホストに対するNSHostオブジェクト。

Discussion 議論

This method executes synchronously. The execution time of this method can be highly variable, depending on the local network configuration, and may block for several seconds if the network is unreachable. To avoid blocking execution on the main thread, you should call this method in an Operation or Grand Central Dispatch block that executes asynchronously in the background. このメソッドは同期的に実行されます。このメソッドの実行時間は、ローカルネットワーク構成設定に依存して非常に変動します、そしてネットワークが読み込みできないならば数秒間遮断されるかもしれません。メインスレッドでの実行の遮断を防ぐために、あなたはこのメソッドをOperationまたはGrand Central Dispatchブロックにおいて呼び出すべきです、それはバックグラウンドで非同期に実行します。

See Also 参照

Creating Hosts ホストを作成する