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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET