SmartCardAppletIdGroupRegistration.SetAutomaticResponseApdusAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Eine Sammlung von automatischen Antworten.
Gibt zurück
Eine asynchrone Aktion, die abgeschlossen wird, wenn der angeforderte Vorgang abgeschlossen ist.
- Attribute