BlobTransferCompleteEventArgs Class

Represents the information for blob transfer completion event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.WindowsAzure.MediaServices.Client.BlobTransferCompleteEventArgs

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

Syntax

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

The BlobTransferCompleteEventArgs type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Cancelled (Inherited from AsyncCompletedEventArgs.)
Public property Error (Inherited from AsyncCompletedEventArgs.)
Public property LocalFileName Gets or sets the local file name used for transfer.
Public property TransferType Gets or sets the Transfer type.
Public property Url Gets or sets the url address of blob which has been transferred.
Public property UserState (Inherited from AsyncCompletedEventArgs.)

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.)
Protected method RaiseExceptionIfNecessary (Inherited from AsyncCompletedEventArgs.)
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