Click or drag to resize

IProgressSinkProgress Method

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

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

Parameters

context
Type: callback.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