INetworkProgress Rozhraní
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Poskytuje informace o průběhu sítě při odesílání dat přes síť.
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
- Atributy
Událost
| ProgressChanged |
Zastaralé.
Průběh sítě se změnil. |
| ProgressCompleted |
Zastaralé.
Průběh sítě byl dokončen. |
| ProgressFailed |
Zastaralé.
Průběh sítě selhal. |