MobileBroadbandModemIsolation.ClearConfigurationAsync Method

Definition

Asynchronously allows all traffic through the modem.

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

Returns

An asynchronous action.

Attributes

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

If you called ApplyConfigurationAsync to isolate the modem, then calling this method clears that isolation configuration.

Applies to