Number of seconds spent asleep

Namespace: EnterpriseDT.Net.Ftp.Http
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public int SleepTime { get; set; }
Visual Basic
Public Property SleepTime As Integer
	Get
	Set
Visual C++
public:
property int SleepTime {
	int get ();
	void set (int value);
}

See Also