Table of Contents

Class SharedStaticV1Ext

Namespace
Hi3Helper.Plugin.Core
Assembly
Hi3Helper.Plugin.Core.dll
public class SharedStaticV1Ext : SharedStatic
Inheritance
SharedStaticV1Ext
Derived
Inherited Members

Methods

InvokePerFileProgress(long, long)

Invokes the per-file progress callback if it has been registered by the Main Application.

public static void InvokePerFileProgress(long perFileDownloadedBytes, long perFileTotalBytes)

Parameters

perFileDownloadedBytes long

Bytes downloaded for the current file.

perFileTotalBytes long

Total size of the current file.