Click or drag to resize

IProgressSinkProgress Method

Report a progress change. If OnDemandLocalFileSystemOptions.IsAutomaticReportingEnabled is set to true, this method will do nothing.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
void Progress(
	SyncContext context,
	long total,
	long completed
)

Parameters

context
Type: ShellBoost.Core.SynchronizationSyncContext
The original context.
total
Type: SystemInt64
A value representing the state of the completed operation.
completed
Type: SystemInt64
A value representing the current completion state of the operation.
See Also