Show / Hide Table of Contents

Delegate FileHelper.DownloadsStart

When all the files is start to donwload

Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public delegate void DownloadsStart(List<DownloadedFileWithMetaData> files);
Parameters
Type Name Description
System.Collections.Generic.List<DownloadedFileWithMetaData> files

Extension Methods

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