Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


NetworkProgressChangedEventArgs(Int32, Int32, Int32, Object) Constructor

Definition

Caution

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

Initializes a new instance of the NetworkProgressChangedEventArgs class.

C#
[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);

Parameters

percentage
Int32

The percentage of an asynchronous task that has been completed.

processedBytes
Int32

The number of processed bytes.

totalBytes
Int32

The total number of bytes.

userState
Object

A unique user state.

Attributes

Applies to

Termék Verziók (Elavult)
.NET Framework (4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)