NetworkChange.RegisterNetworkChange(NetworkChange) Método

Definición

Precaución

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

Registra una instancia de cambio de red para recibir eventos de cambios de red.

public:
 static void RegisterNetworkChange(System::Net::NetworkInformation::NetworkChange ^ nc);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static void RegisterNetworkChange (System.Net.NetworkInformation.NetworkChange nc);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
static member RegisterNetworkChange : System.Net.NetworkInformation.NetworkChange -> unit
Public Shared Sub RegisterNetworkChange (nc As NetworkChange)

Parámetros

nc
NetworkChange

La instancia que se va a registrar.

Atributos

Se aplica a