Fires for recursive operations with LoopItemEvent and LoopErrorEvent events.
[Visual Basic]
Public Delegate Sub FtpDLX.LoopDelegate( _
ByVal Sender As Object, _
ByVal Args As FtpLoopArgs _
) [C#]
public delegate void FtpDLX.LoopDelegate(
object Sender,
FtpLoopArgs Args
);[JScript]
public delegate FtpDLX.LoopDelegate(
Sender : Object,
Args : FtpLoopArgs
)Namespace: WeOnlyDo.Client
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: WeOnlyDo.Client.FTP (in WeOnlyDo.Client.FTP.dll)
© WeOnlyDo Software. All Rights Reserved.