LoopErrorDelegate Delegate

Definition of event delegate you should use if you want to receive LoopItem or LoopError event.

[Visual Basic]
Public Delegate Sub LoopDelegate( _
ByVal Sender As Object, _
ByVal Args As WeOnlyDo.Client.SFTP.LoopArgs _
)
[C#]
public delegate void LoopDelegate(
object Sender,
LoopArgs Args
);

Requirements

Namespace: WeOnlyDo.Client Namespace

Assembly: WeOnlyDo.Client.SFTP.dll

See Also

WeOnlyDo.Client Namespace