Appends a long value to the QABinaryMessage instance's message body.
Visual Basic Public Sub WriteLong( _ ByVal val As Long _ )
C# 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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |