FTPFileSystemWatcherDelayPeriodSecs Property
Number of seconds to wait after a connection is established or the current directory
is changed before requesting a directory listing.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public int DelayPeriodSecs { get; set; }
Public Property DelayPeriodSecs As Integer
Get
Set
public:
property int DelayPeriodSecs {
int get ();
void set (int value);
}
member DelayPeriodSecs : int with get, set
Property Value
Int32
This property is used to reduce the chance of requesting redundant directory listings.
For example, other FTP GUI controls will often request a directory listing after changing
directories, so an additional request from FTPFileSystemWatcher would be redundant.