MobileBroadbandPin.EnterAsync(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 get the current mobile broadband PIN from the user.
public:
virtual IAsyncOperation<MobileBroadbandPinOperationResult ^> ^ EnterAsync(Platform::String ^ currentPin) = EnterAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandPinOperationResult> EnterAsync(winrt::hstring const& currentPin);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandPinOperationResult> EnterAsync(string currentPin);
function enterAsync(currentPin)
Public Function EnterAsync (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
|