ESim.DownloadProfileMetadataAsync(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.
Lädt asynchron Installationsmetadaten für das eSIM-Profil herunter, das dem angegebenen Aktivierungscode entspricht.
Hinweis
Diese Funktionalität ist nur für Apps von Mobilfunkanbietern und UWP-Apps verfügbar, die privilegierten Zugriff von Mobilfunknetzbetreibern erhalten.
Wenn Sie diese API verwenden und Ihre App im Microsoft Store veröffentlichen möchten, müssen Sie eine spezielle Genehmigung anfordern, um die benutzerdefinierte Funktion Microsoft.eSIMManagement_8wekyb3d8bbwe verwenden zu können. Weitere Informationen finden Sie unter Benutzerdefinierte Funktionen.
public:
virtual IAsyncOperation<ESimDownloadProfileMetadataResult ^> ^ DownloadProfileMetadataAsync(Platform::String ^ activationCode) = DownloadProfileMetadataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ESimDownloadProfileMetadataResult> DownloadProfileMetadataAsync(winrt::hstring const& activationCode);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ESimDownloadProfileMetadataResult> DownloadProfileMetadataAsync(string activationCode);
function downloadProfileMetadataAsync(activationCode)
Public Function DownloadProfileMetadataAsync (activationCode As String) As IAsyncOperation(Of ESimDownloadProfileMetadataResult)
Parameter
- activationCode
-
String
Platform::String
winrt::hstring
Der Aktivierungscode für die herunterzuladenden Metadaten für die eSIM-Profilinstallation.
Gibt zurück
Ein asynchroner Downloadvorgang. Enthält bei erfolgreicher Fertigstellung ein ESimDownloadProfileMetadataResult-Objekt , das das Ergebnis des Downloadvorgangs darstellt.
- Attribute
Windows-Anforderungen
App-Funktionen |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|