INetworkProgress Interfaccia

Definizione

Attenzione

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

Fornisce informazioni sullo stato di avanzamento di rete nell'invio di dati sulla rete.

public interface class INetworkProgress
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public interface INetworkProgress
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type INetworkProgress = interface
Public Interface INetworkProgress
Attributi

Eventi

ProgressChanged
Obsoleti.

Lo stato di avanzamento della rete è cambiato.

ProgressCompleted
Obsoleti.

Lo stato di avanzamento della rete è completato.

ProgressFailed
Obsoleti.

Lo stato di avanzamento della rete non è riuscito.

Si applica a