readBinaryAsynch(length: Integer; receiver: Object; msg: String);
The readBinaryAsynch method of the NamedPipe class initiates a read of binary data from the connection and returns immediately.
If the value of the
If the value of the
An exception is raised if this method is invoked from a server method when the server node is not running under a Windows operating system that supports services.
One synchronous or asynchronous read operation only can be performed at a time for any one connection.
The readBinaryAsynch method can be called only when the value of the
The callback method must match the signature required by the calling readBinaryAsynch method, as follows.
readBinaryCallback(pipe: NamedPipe; buffer: Binary);
If the read fails, a connection exception is raised, specifying a Windows error number and description.
If the other end of the connection has been closed, this end of the connection is also closed. If this occurs, the value of the