UL Ext.: Returns the number of rows that need to be uploaded when the next synchronization takes place.
Visual Basic
Overloads Public Function CountUploadRows( _
ByVal mask As Integer, _
ByVal threshold As Long _
) As Long
C#
public long CountUploadRows(
int mask,
long threshold
);
mask The set of publications to check for rows. For more information, see the ULPublicationSchema class.
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. The threshold value must be in the range [0,0x0ffffffff].
The number of rows that need to be uploaded from the specified publication(s).
This method is provided for languages that do not support the System.UInt32 type natively. Use the other form of this method if your application supports it.
ULException class - A SQL error occurred.