WriteBinary method

Appends a byte array value to the QABinaryMessage instance's message body.

Syntax
Visual Basic
Public Sub WriteBinary( _
   ByVal val As Byte() _
)
C#
public void WriteBinary(
   byte[] val
);
Parameters
  • val   The byte array value to write to the message body.

See also