|
FtpFileWatcherWatchInterval Property
|
Gets or sets interval, in seconds, to scan for file changes on monitored FTP directory.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax function get_WatchInterval();
function set_WatchInterval(value);
View SourceProperty Value
Int32Remarks
Specify interval in seconds to poll FTP directory for file changes.
See Also