independentConversationQueueing
A Boolean value that indicates whether the receiver handles remote messages atomically.
Declaration
@property BOOL independentConversationQueueing;Discussion
true if the receiver handles remote messages atomically, otherwise false.
The default is false. An NSConnection object normally forwards remote message to the intended recipients as they come in. See Configuring a Connection for more information.