Click or drag to resize

FtpClientWaitLockTimeout Property

Gets or sets maximum number of seconds to wait for read lock for files to be uploaded. Defaults to 10 seconds.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(true)]
[DefaultValueAttribute(10)]
public int WaitLockTimeout { get; set; }
View Source

Property Value

Int32
See Also