SmartCardProvisioning.GetIdAsync Methode

Definition

Gibt die ID des smarten Karte zurück.

public:
 virtual IAsyncOperation<Platform::Guid> ^ GetIdAsync() = GetIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::guid> GetIdAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Guid> GetIdAsync();
function getIdAsync()
Public Function GetIdAsync () As IAsyncOperation(Of Guid)

Gibt zurück

IAsyncOperation<Guid>

IAsyncOperation<Platform::Guid>

IAsyncOperation<winrt::guid>

Gibt nach Abschluss des asynchronen Vorgangs die ID des intelligenten Karte zurück.

Attribute

Gilt für:

Weitere Informationen