Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DeviceInformationPairing.UnpairAsync Method
Definition
- Namespace:
- Windows.Devices.Enumeration
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.
Attempts to unpair the device.
public:
virtual IAsyncOperation<DeviceUnpairingResult ^> ^ UnpairAsync() = UnpairAsync;
/// [Windows.Foundation.Metadata.Overload("UnpairAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DeviceUnpairingResult> UnpairAsync();
[Windows.Foundation.Metadata.Overload("UnpairAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DeviceUnpairingResult> UnpairAsync();
function unpairAsync()
Public Function UnpairAsync () As IAsyncOperation(Of DeviceUnpairingResult)
Returns
The result of the unpairing action.
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 (introduced in 10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
Applies to
Feedback
Was this page helpful?
