Click or drag to resize

IProgressSink Interface

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

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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