SmartCardEmulator.RegisterAppletIdGroupAsync(SmartCardAppletIdGroup) Method

Definition

Asynchronously registers a group of applet IDs.

public:
 static IAsyncOperation<SmartCardAppletIdGroupRegistration ^> ^ RegisterAppletIdGroupAsync(SmartCardAppletIdGroup ^ appletIdGroup);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SmartCardAppletIdGroupRegistration> RegisterAppletIdGroupAsync(SmartCardAppletIdGroup const& appletIdGroup);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmartCardAppletIdGroupRegistration> RegisterAppletIdGroupAsync(SmartCardAppletIdGroup appletIdGroup);
function registerAppletIdGroupAsync(appletIdGroup)
Public Shared Function RegisterAppletIdGroupAsync (appletIdGroup As SmartCardAppletIdGroup) As IAsyncOperation(Of SmartCardAppletIdGroupRegistration)

Parameters

appletIdGroup
SmartCardAppletIdGroup

The group of applet IDs to register.

Returns

The group of registered applet IDs.

Attributes

Applies to

See also