INetworkProgress Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |