Click or drag to resize

IResultContextReportProgress Method

IT Hit User File System
Reports operation progress and resets 60 sec timout timer.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
void ReportProgress(
	long total,
	long completed
)

Parameters

total
Type: SystemInt64
Total bytes.
completed
Type: SystemInt64
Bytes processed.
Remarks
This metod reports operation progress to the platform as well as resets a 60 sec timout timer.
See Also