Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
同步过程中将调用它来向用户通知进度。
Public Function SyncProgressed( ByVal data As ULSyncProgressData ) As Boolean
public bool SyncProgressed(ULSyncProgressData data)
data 包含最新同步进度数据的 ULSyncProgressData 对象。
此方法应返回 true 取消同步或 false 继续同步。
在调用 SyncProgressed 的过程中,不应该调用任何 UltraLite.NET API 方法。