Namespace: Amazon.S3.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class TransferProgressArgs : EventArgs
Public Class TransferProgressArgs _
	Inherits EventArgs
public ref class TransferProgressArgs : public EventArgs

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TransferProgressArgs(Int64, Int64, Int64)
The constructor takes the number of currently transferred bytes and the total number of bytes to be transferred
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
PercentDone
Gets the percentage of transfer completed
ToString()()()()
Returns a string representation of this object
(Overrides Object..::..ToString()()()().)
TotalBytes
Gets the total number of bytes to be transferred
TransferredBytes
Gets the number of bytes transferred

Inheritance Hierarchy

See Also