Delegate FileHelper.DownloadChuckFinishEvent
This is the delegate of an event when a chunck finish download
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void DownloadChuckFinishEvent(int currentChuck, int totalChuck, Guid fileMetaDataID);
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | currentChuck | Current position of the chuck |
System.Int32 | totalChuck | Number of chuck the files contains |
System.Guid | fileMetaDataID | FileMetaDataID associated with this chunck |