Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
表示同步过程中与同步进度信息一起被调用的方法。
Public Delegate Sub ULSyncProgressedDlg( ByVal result As IAsyncResult, ByVal data As ULSyncProgressData )
public delegate void ULSyncProgressedDlg( IAsyncResult result, ULSyncProgressData data );
result 从 BeginSynchronize 方法返回的 IAsyncResult 对象。使用 result.AsyncState 访问被提供给 BeginSynchronize 方法的对象。
data 包含最新同步进度数据的 ULSyncProgressData 对象。
在此方法中进行 GUI 工作或 UltraLite.NET API 调用是很安全的。在对此方法进行调用期间不会保持同步。