INetworkProgress Interfejs

Definicja

Przestroga

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

Zawiera informacje o postępie sieci w wysyłaniu danych za pośrednictwem sieci.

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
Atrybuty

Zdarzenia

ProgressChanged
Przestarzałe.

Postęp sieci uległ zmianie.

ProgressCompleted
Przestarzałe.

Postęp sieci został ukończony.

ProgressFailed
Przestarzałe.

Postęp sieci zakończył się niepowodzeniem.

Dotyczy