edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionTaskQueued Event

Occurs when an asynchronous task is queued.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public event FTPTaskEventHandler TaskQueued

Value

FTPTaskEventHandler

Remarks

Note that this event will never be invoked on the GUI thread, so no Windows Forms operations should be performed directly within handlers.

See Also