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 BeforeUploadChunksErrorRetry(IEnumerable<int> chunks, string inputFile, Guid fileIdentifier);
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Int32> | chunks | Chunks list |
System.String | inputFile | File path |
System.Guid | fileIdentifier | File ID |