BlobTransferProgressChangedEventArgs 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 BlobTransferProgressChangedEventArgs(long bytesTransferred, long lastBlockBytesTransferred, long totalBytesToTransfer, int progressPercentage, double speed, Uri uri, string sourceName, object userState);
new Microsoft.WindowsAzure.MediaServices.Client.BlobTransferProgressChangedEventArgs : int64 * int64 * int64 * int * double * Uri * string * obj -> Microsoft.WindowsAzure.MediaServices.Client.BlobTransferProgressChangedEventArgs
Public Sub New (bytesTransferred As Long, lastBlockBytesTransferred As Long, totalBytesToTransfer As Long, progressPercentage As Integer, speed As Double, uri As Uri, sourceName As String, userState As Object)
Parameters
- bytesTransferred
- Int64
- lastBlockBytesTransferred
- Int64
- totalBytesToTransfer
- Int64
- progressPercentage
- Int32
- speed
- Double
- uri
- Uri
- sourceName
- String
- userState
- Object
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