writeBinary

writeBinary(buffer: Binary);

The writeBinary method of the JadeMultiWorkerTcpConnection class writes binary data to the connection and returns when the operation is complete. This method can be called only when the value of the state property is Connected. If the value of the timeout property is not zero (0), the write operation can terminate with an exception and without writing all of the contents of the buffer.

Messages are sent in the order that the connection object receives them.