Type Method 型メソッド

service()

Returns the singleton listener used to listen for incoming connections in an XPC service. あるXPCサービスにおいてやってくる接続それらに対して聞き耳をたてるのに使われるシングルトンリスナーを返します。

Declaration 宣言

class func service() -> NSXPCListener

Discussion 議論

Calling the resume method on the returned object starts the listener and never returns. This method is typically called at the end of your main function. resumeメソッドをその返されるオブジェクト上で呼び出すことは、リスナーを開始します、そして決して復帰しません。このメソッドは、概してあなたのmain関数の終わりで呼び出されます。