ConnectionProfile.TryDeleteAsync 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 attempts to delete this connection profile; the operation may or may not succeed. Examine the return value to determine the outcome of the operation.
public:
virtual IAsyncOperation<ConnectionProfileDeleteStatus> ^ TryDeleteAsync() = TryDeleteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ConnectionProfileDeleteStatus> TryDeleteAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ConnectionProfileDeleteStatus> TryDeleteAsync();
function tryDeleteAsync()
Public Function TryDeleteAsync () As IAsyncOperation(Of ConnectionProfileDeleteStatus)
Returns
An asynchronous operation object which, when it completes, returns a ConnectionProfileDeleteStatus indicating whether or not the connection profile was deleted.
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Remarks
If you're unable to delete a connection profile, then that might be due to policies that have been configured by a network administrator. Also, you may need to configure additional capabilities in order to delete certain types of connection profiles. For Wi-Fi connection profiles, the wiFiControl capability is needed. Calling WiFiAdapter.RequestAccessAsync prior to attempting to delete any Wi-Fi connection profiles may allow additional connection profiles to be deleted.