Table of Contents

Delegate PluginFiles.FileReadProgressDelegate

Namespace
Hi3Helper.Plugin.Core.Utility
Assembly
Hi3Helper.Plugin.Core.dll

Delegate for reporting progress of file read operations.

public delegate void PluginFiles.FileReadProgressDelegate(long read, long bytesRead, long totalBytes)

Parameters

read long

How many bytes has been read in this operation.

bytesRead long

How many bytes has been read.

totalBytes long

How many bytes needs to be read in total.