다음을 통해 공유


IDataReader.LoadAsync(UInt32) 메서드

정의

입력 스트림에서 데이터를 로드합니다.

public:
 DataReaderLoadOperation ^ LoadAsync(unsigned int count);
/// [Windows.Foundation.Metadata.RemoteAsync]
DataReaderLoadOperation LoadAsync(uint32_t const& count);
[Windows.Foundation.Metadata.RemoteAsync]
public DataReaderLoadOperation LoadAsync(uint count);
function loadAsync(count)
Public Function LoadAsync (count As UInteger) As DataReaderLoadOperation

매개 변수

count
UInt32

unsigned int

uint32_t

중간 버퍼에 로드할 바이트 수입니다.

반환

비동기 작업입니다.

특성

적용 대상