BlobTransferProgressChangedEventArgs Class

Represents the progress of a blob tranfer, used by TransferProgressChanged event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.ProgressChangedEventArgs
      Microsoft.WindowsAzure.MediaServices.Client.BlobTransferProgressChangedEventArgs

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Class BlobTransferProgressChangedEventArgs _
    Inherits ProgressChangedEventArgs
'Usage
Dim instance As BlobTransferProgressChangedEventArgs
public class BlobTransferProgressChangedEventArgs : ProgressChangedEventArgs
public ref class BlobTransferProgressChangedEventArgs : public ProgressChangedEventArgs
type BlobTransferProgressChangedEventArgs =  
    class 
        inherit ProgressChangedEventArgs 
    end
public class BlobTransferProgressChangedEventArgs extends ProgressChangedEventArgs

The BlobTransferProgressChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method BlobTransferProgressChangedEventArgs Initializes a new instance of the BlobTransferProgressChangedEventArgs class.

Top

Properties

  Name Description
Public property BytesTransferred Gets the bytes transferred so far.
Public property LastBlockBytesTransferred Gets the bytes transferred in the last block.
Public property LocalFile Gets the full path of local file.
Public property ProgressPercentage (Inherited from ProgressChangedEventArgs.)
Public property TimeRemaining Gets the time remaining.
Public property TotalBytesToTransfer Gets the total bytes to transfer.
Public property TransferRateBytesPerSecond Gets the transfer speed.
Public property Uri Gets the URL.
Public property UserState (Inherited from ProgressChangedEventArgs.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace