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

independentConversationQueueing

A Boolean value that indicates whether the receiver handles remote messages atomically. レシーバがリモートメッセージをアトミックに取り扱うかどうかを指し示すブール値。

Declaration 宣言

@property BOOL independentConversationQueueing;

Discussion 議論

YES if the receiver handles remote messages atomically, otherwise NO. YES、もしレシーバがリモートメッセージをアトミックに取り扱うならば、そうでなければNO

The default is NO. An NSConnection object normally forwards remote message to the intended recipients as they come in. See Configuring a Connection for more information. 省略時にはNOです。NSConnectionオブジェクトは、通常はリモートメッセージを、それらがやってくるにつれて、その意図された受取側に転送します。Configuring a Connectionをさらなる情報として見てください。

See Also 参照

Configuring Instances インスタンスを構成設定する