System::IO::Stream::EndRead 메서드
Stream::EndRead method
지정된 비동기 읽기 작업이 완료될 때까지 대기합니다.
virtual int System::IO::Stream::EndRead(System::SharedPtr<System::IAsyncResult> asyncResult)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| asyncResult | System::SharedPtr<System::IAsyncResult> | 비동기 읽기 작업을 나타내는 IAsyncResult 객체 |
ReturnValue
asyncResult가 나타내는 읽기 작업 동안 읽은 바이트 수
또 보기
- Typedef SharedPtr
- Class IAsyncResult
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++