A Boolean value that indicates whether the receiver handles remote messages atomically.
SDK
macOS 10.0–10.13Deprecated
Framework
Foundation
Declaration
@propertyBOOLindependentConversationQueueing;
Discussion
YES if the receiver handles remote messages atomically, otherwise 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.