共用方式為


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

參數

傳回

完成要求作業時完成的非同步動作。

屬性

適用於

另請參閱