Compartir a través de


BlobTransferCompleteEventArgs Constructor

Definición

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)

Parámetros

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

Se aplica a