IFileScannerUpToDateCheck Interface

Definition

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.

Applies to