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

 

WriteLong method

Appends a long value to the QABinaryMessage instance's message body.

Syntax
Visual Basic
Public Sub WriteLong( _
   ByVal val As Long _
)
C#
public void WriteLong(
   long val
);
Parameters
  • val   The long value to write to the message body.

Remarks

The long parameter is represented using an 8-byte value and higher order bytes are appended first.

See also