Table of Contents

Interface IFileScanListener

Namespace
Quartz.Jobs
Assembly
Quartz.Jobs.dll

Interface for objects wishing to receive a 'call-back' from a FileScanJob.

public interface IFileScanListener

Methods

FileUpdated(string, CancellationToken)

Informs that certain file has been updated.

ValueTask FileUpdated(string fileName, CancellationToken cancellationToken = default)

Parameters

fileName string
cancellationToken CancellationToken

Returns

ValueTask

See Also