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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.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