NetworkChange.RegisterNetworkChange(NetworkChange) メソッド

定義

注意事項

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

ネットワーク変更イベントを受け取るためのネットワーク変更インスタンスを登録します。

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)

パラメーター

nc
NetworkChange

登録するインスタンス。

属性

適用対象