Delegate FileHelper.DownloadChuckStart
This is the delegate of an event when a chunck start download
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void DownloadChuckStart(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 |