Reads a specified number of bytes starting from the unread portion of a QABinaryMessage instance body.
Visual Basic
Public Function ReadBinary( _
ByVal bytes As Byte(), _
ByVal len As Integer _
) As Integer
C#
public int ReadBinary(
byte[] bytes,
int len
);
bytes The byte array that will contain the read bytes.
len The maximum number of bytes to read.
The number of bytes read from the message body.
QAException class - Thrown if there was a conversion error reading the value or if there is no more input.