다음을 통해 공유


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

매개 변수

반환

요청된 작업이 완료되면 완료되는 비동기 작업입니다.

특성

적용 대상

추가 정보