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) » QAManagerBase interface

Close method Next Page

CreateBinaryMessage method


Creates a QABinaryMessage object.

Syntax

Visual Basic
Public Function CreateBinaryMessage() As QABinaryMessage

C#
public QABinaryMessage CreateBinaryMessage();

Return value

A new QABinaryMessage instance.

Remarks

A QABinaryMessage object is used to send a message containing a message body of uninterpreted bytes.

Exceptions
See also