Delegate FileHelper.BeforeUploadChunksErrorRetry
This is the delegate associated to the event when chunks are in errors, before retry upload
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void FileHelper.BeforeUploadChunksErrorRetry(IEnumerable<int> chunks, string inputFile, Guid fileIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | chunks | Chunks list |
| string | inputFile | File path |
| Guid | fileIdentifier | File ID |