SmartCardEmulator.GetDefaultAsync Method

Definition

Returns the SmartCardEmulator object representing the default smart card emulator device.

public:
 static IAsyncOperation<SmartCardEmulator ^> ^ GetDefaultAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SmartCardEmulator> GetDefaultAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmartCardEmulator> GetDefaultAsync();
function getDefaultAsync()
Public Shared Function GetDefaultAsync () As IAsyncOperation(Of SmartCardEmulator)

Returns

After the asynchronous operation completes, returns the default smart card emulator or null if there is no smart card emulator present.

Attributes

Applies to

See also