Returns the number of rows to be uploaded when the next synchronization takes place.
UInt32 countUploadRow( UInt32 mask, UInt32 threshold)
mask Set of publications to check.
See PublicationSchema class.threshold Value that determines the maximum number of rows to count, and so limits the amount of time taken by the call. A value of 0 corresponds to the maximum limit. A value of 1 determines if any rows need to be synchronized. threshold must be in range [0,0x0ffffffff].