Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QABinaryMessage interface

Reset method Next Page

WriteBinary method


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

Syntax

Visual Basic
Public Sub WriteBinary( _
ByVal val As Byte(), _
ByVal offset As Integer, _
ByVal len As Integer _
)

C#
public void WriteBinary(
byte[] val,
int offset,
int len
);

Parameters
See also