Show / Hide Table of Contents

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

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX