Partager via


SmartCard.ConnectAsync Méthode

Définition

Établit une connexion au smart carte et retourne un objet SmartCardConnection représentant la connexion.

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)

Retours

Opération asynchrone qui, une fois terminée, retourne l’objet SmartCardConnection représentant la connexion.

Attributs

S’applique à

Voir aussi