keepAssigned

Type: Boolean

The keepAssigned property of the JadeMultiWorkerTcpConnection class specifies whether the worker process can assume responsibility for deleting the temporary object and retain ownership of the connection after exiting from the callback method, by setting this property to true.

Set this property to true if you want to prevent the automatic deletion of the JadeMultiWorkerTcpConnection object when the current callback method exits, leaving the connection assigned to this worker. The default value is false.

No event callback methods are invoked for this connection until the temporary object is deleted and the connection is unassigned.