NetworkProgressChangedEventArgs(Int32, Int32, Int32, Object) 建構函式

定義

警告

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

初始化 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)

參數

percentage
Int32

非同步任務完成的百分比。

processedBytes
Int32

處理中的位元組數。

totalBytes
Int32

總位元組數。

userState
Object

一個獨特的使用者狀態。

屬性

適用於