MobileBroadbandModemIsolation.ClearConfigurationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.