Freigeben über


SmartCardAppletIdGroupRegistration.SetAutomaticResponseApdusAsync Methode

Definition

Legt eine Auflistung von SmartCardAutomaticResponseApdu-Objekten fest, die die automatischen Antworten enthalten, die für diese SmartCardAppletIdGroupRegistration zurückgegeben werden sollen.

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

Parameter

apdus

IIterable<SmartCardAutomaticResponseApdu>

IEnumerable<SmartCardAutomaticResponseApdu>

Eine Sammlung von automatischen Antworten.

Gibt zurück

Eine asynchrone Aktion, die abgeschlossen wird, wenn der angeforderte Vorgang abgeschlossen ist.

Attribute

Gilt für:

Weitere Informationen