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 FileHelper.DownloadChuckStart(int currentChuck, int totalChuck, Guid fileMetaDataID)
Parameters
| Type | Name | Description |
|---|---|---|
| int | currentChuck | Current position of the chuck |
| int | totalChuck | Number of chuck the files contains |
| Guid | fileMetaDataID | FileMetaDataID associated with this chunck |