SmartCard.ConnectAsync Method

Definition

Establishes a connection to the smart card and returns a SmartCardConnection object representing the connection.

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)

Returns

Asynchronous operation that, when complete, returns the SmartCardConnection object representing the connection.

Attributes

Applies to

See also