bindToWorkerId

bindToWorkerId(workerId: Integer): Boolean;

The bindToWorkerId method of the JadeMultiWorkerTcpConnection class attempts to bind the connection to the worker process specified in the workerId parameter. This method returns true if the bind operation is successful or it returns false if the worker identifier is unknown. If successful, all subsequent events for the connection are delivered to the specified worker.