Appends a byte array value to the QABinaryMessage instance's message body.
Visual Basic Public Sub WriteBinary( _ ByVal val As Byte(), _ ByVal len As Integer _ )
C# public void WriteBinary( byte[] val, int len );
val The byte array value to write to the message body.
len The number of bytes to write.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |