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

등록할 인스턴스입니다.

특성

적용 대상