NetworkProgressChangedEventArgs(Int32, Int32, Int32, Object) Konstruktor
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Figyelemfelhívás
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inicializálja a NetworkProgressChangedEventArgs osztály új példányát.
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)
Paraméterek
- percentage
- Int32
A befejezett aszinkron tevékenység százalékos aránya.
- processedBytes
- Int32
A feldolgozott bájtok száma.
- totalBytes
- Int32
A bájtok teljes száma.
- userState
- Object
Egyedi felhasználói állapot.
- Attribútumok