BlobTransferCompleteEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET