NetworkProgressChangedEventArgs(Int32, Int32, Int32, Object) Konstruktor

Definition

Achtung

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initialisiert eine neue Instanz der NetworkProgressChangedEventArgs-Klasse.

public:
 NetworkProgressChangedEventArgs(int percentage, int processedBytes, int totalBytes, System::Object ^ userState);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public NetworkProgressChangedEventArgs (int percentage, int processedBytes, int totalBytes, object userState);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
new System.Net.NetworkProgressChangedEventArgs : int * int * int * obj -> System.Net.NetworkProgressChangedEventArgs
Public Sub New (percentage As Integer, processedBytes As Integer, totalBytes As Integer, userState As Object)

Parameter

percentage
Int32

Gibt an, wieviel Prozent einer asynchronen Aufgabe ausgeführt wurden.

processedBytes
Int32

Anzahl der verarbeiteten Bytes

totalBytes
Int32

Die gesamte Anzahl der gelesenen Bytes

userState
Object

Ein eindeutiger Benutzerzustand.

Attribute

Gilt für: