TransferBytes Property  
 

Gets the number of bytes transferred from the storage server.

Syntax

object.TransferBytes

Remarks

The TransferBytes property returns the number of bytes that have been copied to or from the storage server. If this property is read while a transfer is ongoing, the property returns the number of bytes that have been copied up to that point. If read after a transfer has completed, the total number of bytes copied is returned.

This property value is reset with every data transfer.

Data Type

Integer (Int32)

See Also

TransferRate Property, TransferTime Property, OnProgress Event