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