MobileBroadbandPin.EnterAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Startet einen asynchronen Vorgang, um die aktuelle PIN für das mobile Breitband vom Benutzer abzurufen.
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)
Parameter
- currentPin
-
String
Platform::String
winrt::hstring
Die aktuelle PIN für mobiles Breitband.
Gibt zurück
Ein asynchroner Vorgang, der das Ergebnis zurückgibt.
- Attribute
Windows-Anforderungen
App-Funktionen |
cellularDeviceControl
cellularDeviceIdentity
|