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

一意のユーザー状態。

属性

適用対象