CountUploadRows(String, UInt32) method

UL Ext.: Returns the number of rows that need to be uploaded when the next synchronization takes place.

Syntax
Visual Basic
Public Function CountUploadRows( _
   ByVal pubs As String, _
   ByVal threshold As UInt32 _
) As UInt32
C#
public uint CountUploadRows(
   string  pubs,
   uint threshold
);
Parameters
  • pubs   A comma separated list of publications to check for rows./>

  • threshold   The maximum number of rows to count, limiting the amount of time taken by CountUploadRows. A value of 0 corresponds to the maximum limit. A value of 1 determines if any rows need to be synchronized.

Return value

The number of rows that need to be uploaded from the specified publication(s).

See also