edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPFileSystemWatcherDelayPeriodSecs Property

Number of seconds to wait after a connection is established or the current directory is changed before requesting a directory listing.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public int DelayPeriodSecs { get; set; }

Property Value

Int32

Remarks

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.

See Also