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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0) » QATextMessage interface

 

ReadText method

Read unread text into the given buffer.

Syntax
Visual Basic
Public Function ReadText( _
   ByVal buf As System.Text.StringBuilder _
) As Integer
C#
public int ReadText(
   System.Text.string Builder buf
);
Parameters
  • buf   Target buffer for any read text.

Return value

The number of characters read or -1 if there are no more characters to read.

Remarks

Any additional unread text must be read by subsequent calls to this method. Text is read from the beginning of any unread text.