共用方式為


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

唯一的使用者狀態。

屬性

適用於