Instance Property インスタンスプロパティ

exportedObject

An exported object for the connection. この接続に対するエクスポートオブジェクト。

Declaration 宣言

var exportedObject: Any? { get set }

Discussion 議論

Messages sent to the remoteObjectProxy() object from the other side of the connection are dispatched to this object. Messages delivered to exported objects are serialized and sent on a non-main queue. The receiver is responsible for handling the messages on a different queue or thread if it is required. remoteObjectProxy()オブジェクトに接続の他の側から送られるメッセージは、このオブジェクトへと発送(ディスパッチ)されます。エクスポートオブジェクトへと配達されるメッセージは、シリアライズされて非メインキュー上に送られます。レシーバは、異なるキューまたはスレッド上でメッセージを取り扱う責任があります、もしそれが要求されるならば。