Show / Hide Table of Contents

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

Extension Methods

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