IFileContextActionProgressUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an update on the progress of an ongoing ExecuteAsync(IProgress<IFileContextActionProgressUpdate>, CancellationToken) operation.
public interface class IFileContextActionProgressUpdate
public interface class IFileContextActionProgressUpdate
__interface IFileContextActionProgressUpdate
public interface IFileContextActionProgressUpdate
type IFileContextActionProgressUpdate = interface
Public Interface IFileContextActionProgressUpdate
- Derived
Remarks
Other interfaces may be implemented by objects that implement this interface in order to provide action specific updates.