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
The number of bytes read during the read operation represented by asyncResult
См. также
- Typedef SharedPtr
- Class IAsyncResult
- Class Stream
- Namespace System::IO
- Library Aspose.PDF for C++