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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULSyncProgressData class

Flags property Next Page

ReceivedBytes property


Returns the number of bytes received so far. This information is updated for all states.

Syntax

Visual Basic

Public Readonly Property ReceivedBytes As Long

C#

public long ReceivedBytes {get;}

Property value

The number of bytes received so far.

See also