SmartCardAppletIdGroupRegistration.SetAutomaticResponseApdusAsync メソッド

定義

この SmartCardAppletIdGroupRegistration に対して返される自動応答を含む SmartCardAutomaticResponseApdu オブジェクトのコレクションを設定します。

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

パラメーター

戻り値

要求された操作が完了したときに完了する非同期アクション。

属性

適用対象

こちらもご覧ください