Resets the interrupted flag to false.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
[ObsoleteAttribute("Use the property Interrupt instead.", false)]
public void Reset()
Visual Basic
<ObsoleteAttribute("Use the property Interrupt instead.", False)> _
Public Sub Reset
Visual C++
[ObsoleteAttribute(L"Use the property Interrupt instead.", false)]
public:
void Reset()

See Also