conversation

Returns the token object representing the conversation in which the receiver was created. それにおいてレシーバが作成されたところの入力応答を表しているトークンオブジェクトを返します。

Declaration 宣言

@property(readonly, retain) id conversation

Return Value 戻り値

The token object representing the conversation in which the receiver was created. それにおいてレシーバが作成されたところの入力応答を表しているトークンオブジェクト。

Overview 概要

If both ends of the distributed objects connection has independentConversationQueueing set to NO (the default), the conversation object is always nil. Otherwise, it is either a proxy (or a copy) of the object created by the sender of the message or a locally created object, depending which end of the connection has independent queueing on. 分散オブジェクト接続の両端がindependentConversationQueueingNOに設定されるならば(初期状態)、入力応答オブジェクトは常にnilです。そうでなければ、それは、メッセージの送信側によって作成されたオブジェクトのプロキシ(またはコピー)またはローカルに作成されたオブジェクトのどちらかです、接続のどちらの端が独立したキューイングかに依存します。

See Also 参照

Getting Information About a Request リクエストについての情報を取得する