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 宣言

- (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler;

Discussion 議論

See descriptions in NSXPCProxyCreating for more details. NSXPCProxyCreatingにおける記述を詳細として見てください。