INetworkProgress Gränssnitt

Definition

Varning

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

Innehåller information om nätverksförloppet för att skicka data via nätverket.

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
Attribut

Händelser

Name Description
ProgressChanged
Föråldrad.

Nätverkets förlopp har ändrats.

ProgressCompleted
Föråldrad.

Nätverksstatusen har slutförts.

ProgressFailed
Föråldrad.

Nätverksframstatusen misslyckades.

Gäller för