次の方法で共有


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 を呼び出した場合、このメソッドを呼び出すと、その分離構成がクリアされます。

適用対象