INetworkProgress Interface

Definitie

Let op

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

Biedt informatie over de voortgang van het netwerk bij het verzenden van gegevens via het netwerk.

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
Kenmerken

gebeurtenis

Name Description
ProgressChanged
Verouderd.

De netwerkvoortgang is gewijzigd.

ProgressCompleted
Verouderd.

De netwerkvoortgang is voltooid.

ProgressFailed
Verouderd.

De netwerkvoortgang is mislukt.

Van toepassing op