FtpBatchTransferProgressEventArgs.ProcessedPercentage Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
ProcessedPercentage
Gets the number between 0 and 100 representing the percentage of completeness of the multi-file transfer.
Declaration
public int ProcessedPercentage { get; }
Property Value
Type | Description |
---|---|
Int32 | Percentage (0..100). |