AWS SDK for .NET Documentation
PutObjectProgressArgs Constructor (incrementTransferred, transferred, total)
AmazonAmazon.S3.ModelPutObjectProgressArgsPutObjectProgressArgs(Int64, Int64, Int64) Did this page help you?   Yes   No    Tell us about it...
The constructor takes the number of currently transferred bytes and the total number of bytes to be transferred
Declaration Syntax
C#
public PutObjectProgressArgs(
	long incrementTransferred,
	long transferred,
	long total
)
Parameters
incrementTransferred (Int64)
The number of bytes transferred since last event
transferred (Int64)
The number of bytes transferred
total (Int64)
The total number of bytes to be transferred

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)