Appends a long value to the QABinaryMessage instance's message body.
Public Sub WriteLong(ByVal val As Long)
public void WriteLong(long val)
val The long value to write to the message body.
The long parameter is represented using an 8-byte value and higher order bytes are appended first.