SmartCardAppletIdGroupRegistration.SetAutomaticResponseApdusAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit une collection d’objets SmartCardAutomaticResponseApdu contenant les réponses automatiques à retourner pour cette SmartCardAppletIdGroupRegistration.
public:
virtual IAsyncAction ^ SetAutomaticResponseApdusAsync(IIterable<SmartCardAutomaticResponseApdu ^> ^ apdus) = SetAutomaticResponseApdusAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetAutomaticResponseApdusAsync(IIterable<SmartCardAutomaticResponseApdu> const& apdus);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetAutomaticResponseApdusAsync(IEnumerable<SmartCardAutomaticResponseApdu> apdus);
function setAutomaticResponseApdusAsync(apdus)
Public Function SetAutomaticResponseApdusAsync (apdus As IEnumerable(Of SmartCardAutomaticResponseApdu)) As IAsyncAction
Paramètres
Collection de réponses automatiques.
Retours
Action asynchrone qui se termine lorsque l’opération demandée est terminée.
- Attributs