Show / Hide Table of Contents

Delegate FileHelper.DownloadsFinish

When all the files is finish to donwload

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

Extension Methods

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