|
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.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntax[BrowsableAttribute(true)]
[DefaultValueAttribute(10)]
public int WaitLockTimeout { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(10)>
Public Property WaitLockTimeout As Integer
Get
Set
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(10)]
property int WaitLockTimeout {
int get ();
void set (int value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(10)>]
member WaitLockTimeout : int with get, set
function get_WaitLockTimeout();
function set_WaitLockTimeout(value);
View SourceProperty Value
Int32
See Also