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

getFileProviderConnection(completionHandler:)

Asynchronously returns the service’s connection object. サービスのもつ接続オブジェクトを非同期に返します。

Declaration 宣言

func getFileProviderConnection(completionHandler: @escaping (NSXPCConnection?, Error?) -> Void)

Parameters パラメータ

completionHandler

A block that is called on an anonymous background queue. The system passes this block the following parameters: 匿名バックグラウンドキュー上で呼び出されるブロック。システムは、このブロックに以下のパラメータに渡します:

connection

An NSXPCConnection object for the service, or nil if an error occurs. サービスに対するNSXPCConnectionオブジェクト、またはエラーが発生するならばnil

error

If an error occurs, this property contains an object that describes the error; otherwise, it is set to nil. エラーが発生するならば、このプロパティはエラーを記述するオブジェクトを含みます;そうでなければ、それはnilに設定されます。

Discussion 議論

See Also 参照

Accessing the Service サービスにアクセスする