IFileScannerUpToDateCheck 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 a method that helps to determine if a file is up to date.
public interface class IFileScannerUpToDateCheck
public interface class IFileScannerUpToDateCheck
__interface IFileScannerUpToDateCheck
public interface IFileScannerUpToDateCheck
type IFileScannerUpToDateCheck = interface
Public Interface IFileScannerUpToDateCheck
Methods
IsUpToDateAsync(Nullable<DateTimeOffset>, String, FileScannerType, CancellationToken) |
Check if a file is up to date before scanning it. |