FtpBatchTransferProgressEventArgs.FilesProcessed Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 8.0.9673)
FilesProcessed
Gets the number of files that were already processed (either transferred or skipped).
Declaration
public int FilesProcessed { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | Number of files. |