Instance Method
インスタンスメソッド
remoteObjectProxyWithErrorHandler(_:)
Returns a proxy for the remote object (that is, the object exported from the other side of this connection) with the specified error handler.
リモートオブジェクトに対するプロキシ(すなわち、この接続の他の側からのエクスポートされるオブジェクト)をこの指定されたエラーハンドラとともに返します。
Declaration
宣言
func remoteObjectProxyWithErrorHandler(_ handler: @escaping (Error
) -> Void
) -> Any
Discussion
議論
See descriptions in NSXPCProxyCreating
for more details.
NSXPCProxyCreating
における記述を詳細として見てください。