다음을 통해 공유


MobileBroadbandModemIsolation.ClearConfigurationAsync 메서드

정의

모뎀을 통해 모든 트래픽을 비동기적으로 허용합니다.

public:
 virtual IAsyncAction ^ ClearConfigurationAsync() = ClearConfigurationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ClearConfigurationAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ClearConfigurationAsync();
function clearConfigurationAsync()
Public Function ClearConfigurationAsync () As IAsyncAction

반환

비동기 작업입니다.

특성

Windows 요구 사항

앱 기능
cellularDeviceControl cellularDeviceIdentity

설명

ApplyConfigurationAsync를 호출하여 모뎀을 격리한 경우 이 메서드를 호출하면 격리 구성이 지워지게 됩니다.

적용 대상