Discussion 議論
Messages sent to the proxy object are sent over the wire to the other side of the connection. All messages must be 'void' return type. Control may be returned to the caller before the message is sent. The resulting proxy object conforms to the NSXPCProxy
protocol.
プロキシオブジェクトに送られるメッセージは、接続の他の側への通信線越しに送られます。全てのメッセージは、'void' 戻り型でなければなりません。制御は、そのメッセージが送られる前に、呼び出し側へと返されるかもしれません。結果のプロキシオブジェクトは、NSXPCProxy
プロトコルに準拠します。