MobileBroadbandPin.DisableAsync(String) 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.
Starts an asynchronous operation to disable a previously-enabled mobile broadband PIN.
public:
virtual IAsyncOperation<MobileBroadbandPinOperationResult ^> ^ DisableAsync(Platform::String ^ currentPin) = DisableAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandPinOperationResult> DisableAsync(winrt::hstring const& currentPin);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandPinOperationResult> DisableAsync(string currentPin);
function disableAsync(currentPin)
Public Function DisableAsync (currentPin As String) As IAsyncOperation(Of MobileBroadbandPinOperationResult)
Parameters
- currentPin
-
String
Platform::String
winrt::hstring
The current mobile broadband PIN.
Returns
An asynchronous operation that returns the result.
- Attributes
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|