FileTransferProxy.Progress Event

Relativity Services API
Occurs when the percentage completed for an upload or download operation changes.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public event ProgressEventHandler Progress

Value

Type: kCura.Relativity.Client.ProgressEventHandler
Remarks

The percentage change from one Progress event to the next varies based on the specified chunk size and the size of the file being transferred. The cancellation of transfer operations depends on the Progress event and the CancelTransfer property included in the ProgressEventArgs.
See Also

Reference