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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » QAManagerBase interface

 

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