edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Stop the keep-alive thread then call base.

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

Syntax

C#
protected override void OnClosing(
	Exception ex
)
Visual Basic
Protected Overrides Sub OnClosing ( _
	ex As Exception _
)
Visual C++
protected:
virtual void OnClosing(
	Exception^ ex
) override

Parameters

ex
Type: System..::..Exception

See Also