Share via


SmartCardAppletIdGroupRegistration.SetAutomaticResponseApdusAsync 方法

定义

设置 SmartCardAutomaticResponseApdu 对象的集合,其中包含要为此 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

参数

返回

完成请求的操作时完成的异步操作。

属性

适用于

另请参阅