MobileBroadbandUiccApp.ReadRecordAsync(IIterable<UInt32>, Int32) 메서드

정의

UICC 애플리케이션 레코드를 비동기적으로 읽습니다.

public:
 virtual IAsyncOperation<MobileBroadbandUiccAppReadRecordResult ^> ^ ReadRecordAsync(IIterable<unsigned int> ^ uiccFilePath, int recordIndex) = ReadRecordAsync;
IAsyncOperation<MobileBroadbandUiccAppReadRecordResult> ReadRecordAsync(IIterable<uint32_t> const& uiccFilePath, int const& recordIndex);
public IAsyncOperation<MobileBroadbandUiccAppReadRecordResult> ReadRecordAsync(IEnumerable<uint> uiccFilePath, int recordIndex);
function readRecordAsync(uiccFilePath, recordIndex)
Public Function ReadRecordAsync (uiccFilePath As IEnumerable(Of UInteger), recordIndex As Integer) As IAsyncOperation(Of MobileBroadbandUiccAppReadRecordResult)

매개 변수

uiccFilePath

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable

IIterable<uint32_t>

UICC 애플리케이션의 경로를 지정하는 문자 시퀀스입니다.

recordIndex
Int32

int

UICC 애플리케이션의 레코드 내의 레코드 인덱스입니다.

반환

비동기 검색 작업입니다. 성공적으로 완료되면 작업의 결과와 함께 MobileBroadbandUiccAppReadRecordResult 를 반환합니다.

Windows 요구 사항

앱 기능
cellularDeviceControl cellularDeviceIdentity

적용 대상