SmartCardEmulator.UnregisterAppletIdGroupAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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