Bagikan melalui


NetworkProgressChangedEventArgs(Int32, Int32, Int32, Object) Konstruktor

Definisi

Perhatian

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

Menginisialisasi instans baru kelas NetworkProgressChangedEventArgs.

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

Persentase tugas asinkron yang telah selesai.

processedBytes
Int32

Jumlah byte yang diproses.

totalBytes
Int32

Jumlah total byte.

userState
Object

Status pengguna yang unik.

Atribut

Berlaku untuk