NetworkProgressChangedEventArgs(Int32, Int32, Int32, Object) Construtor

Definição

Cuidado

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

Inicializa uma nova instância da classe 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)

Parâmetros

percentage
Int32

O percentual de conclusão de uma tarefa assíncrona.

processedBytes
Int32

O número de bytes processados.

totalBytes
Int32

O número total de bytes.

userState
Object

Um estado de usuário único.

Atributos

Aplica-se a