Partager via


SmartCardAppletIdGroupRegistration.SetAutomaticResponseApdusAsync Méthode

Définition

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

Retours

Action asynchrone qui se termine lorsque l’opération demandée est terminée.

Attributs

S’applique à

Voir aussi