Delegate FileHelper.UploadChunkCompleted
That is the delegate call when an upload chunk is complete and done
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void UploadChunkCompleted(string fileName, long fileSize, long index, long totalIndex);
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
System.Int64 | fileSize | |
System.Int64 | index | |
System.Int64 | totalIndex |