SmartCard.ConnectAsync Methode

Definition

Stellt eine Verbindung mit dem smarten Karte her und gibt ein SmartCardConnection-Objekt zurück, das die Verbindung darstellt.

public:
 virtual IAsyncOperation<SmartCardConnection ^> ^ ConnectAsync() = ConnectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardConnection> ConnectAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardConnection> ConnectAsync();
function connectAsync()
Public Function ConnectAsync () As IAsyncOperation(Of SmartCardConnection)

Gibt zurück

Asynchroner Vorgang, der nach Abschluss das SmartCardConnection-Objekt zurückgibt, das die Verbindung darstellt.

Attribute

Gilt für:

Weitere Informationen