Initializer

init(serviceName:)

Initializes an NSXPCConnection object to connect to an NSXPCListener object in an XPC service, identified by a service name. NSXPCConnectionオブジェクトを初期化して、XPCサービスにおけるNSXPCListenerオブジェクトに接続します、サービス名によって識別されます。

Declaration 宣言

init(serviceName: String)

Discussion 議論

XPC services are helper processes that are usually part of your application bundle. The service should use NSXPCListener to wait for new connections. XPCサービスは、ヘルパープロセスです、それは通常はあなたのアプリケーションバンドルの一部です。このサービスは、NSXPCListenerを使って新しい接続に対して待機すべきです。

See Also 参照

Creating Connections 接続を作成する