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

remoteObjectProxy()

Returns a proxy object with no error handling block. プロキシオブジェクトをエラー処理ブロックなしで返します。

Declaration 宣言

func remoteObjectProxy() -> Any

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 NSXPCProxyCreating protocol. プロキシオブジェクトに送られるメッセージは、接続の他の側への通信線越しに送られます。全てのメッセージは、'void' 戻り型でなければなりません。制御は、そのメッセージが送られる前に、呼び出し側へと返されるかもしれません。結果のプロキシオブジェクトは、NSXPCProxyCreatingプロトコルに準拠します。

See Also 参照

Related Documentation 関連文書