BlobTransferCompleteEventArgs Constructor

Definition

public BlobTransferCompleteEventArgs (Exception error, bool isCanceled, object userState, string localFileName, Uri url, Microsoft.WindowsAzure.MediaServices.Client.BlobTransferType transferType);
new Microsoft.WindowsAzure.MediaServices.Client.BlobTransferCompleteEventArgs : Exception * bool * obj * string * Uri * Microsoft.WindowsAzure.MediaServices.Client.BlobTransferType -> Microsoft.WindowsAzure.MediaServices.Client.BlobTransferCompleteEventArgs
Public Sub New (error As Exception, isCanceled As Boolean, userState As Object, localFileName As String, url As Uri, transferType As BlobTransferType)

Parameters

error
Exception
isCanceled
Boolean
userState
Object
localFileName
String
url
Uri
transferType
BlobTransferType

Applies to