SmartCardEmulator.UnregisterAppletIdGroupAsync Method

Definition

Asynchronously unregisters a previously registered group of applet IDs.

public:
 static IAsyncAction ^ UnregisterAppletIdGroupAsync(SmartCardAppletIdGroupRegistration ^ registration);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction UnregisterAppletIdGroupAsync(SmartCardAppletIdGroupRegistration const& registration);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction UnregisterAppletIdGroupAsync(SmartCardAppletIdGroupRegistration registration);
function unregisterAppletIdGroupAsync(registration)
Public Shared Function UnregisterAppletIdGroupAsync (registration As SmartCardAppletIdGroupRegistration) As IAsyncAction

Parameters

registration
SmartCardAppletIdGroupRegistration

The previously registered group of applet IDs.

Returns

An IAsyncAction object that is used to control the asynchronous operation.

Attributes

Applies to

See also