Click or drag to resize

IProgressSink Interface

Defines a sink for reporting progress on operations such as download or upload.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public interface IProgressSink

The IProgressSink type exposes the following members.

Methods
  NameDescription
Public methodProgress
Report a progress change. If OnDemandLocalFileSystemOptions.IsAutomaticReportingEnabled is set to true, this method will do nothing.
Top
See Also