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

CreateBinaryMessage method Next Page

CreateTextMessage method


Creates a QATextMessage object.

Syntax

Visual Basic
Public Function CreateTextMessage() As QATextMessage

C#
public QATextMessage CreateTextMessage();

Return value

A new QATextMessage instance.

Remarks

A QATextMessage object is used to send a message containing a string message body.

Exceptions
See also