طريقة System::IO::Stream::EndRead
Stream::EndRead method
ينتظر حتى تكتمل عملية القراءة غير المتزامنة المحددة.
virtual int System::IO::Stream::EndRead(System::SharedPtr<System::IAsyncResult> asyncResult)
| Parameter | Type | الوصف |
|---|---|---|
| asyncResult | System::SharedPtr<System::IAsyncResult> | كائن IAsyncResult يمثل عملية قراءة غير متزامنة |
ReturnValue
عدد البايتات المقروءة أثناء عملية القراءة التي يمثلها asyncResult
انظر أيضًا
- Typedef SharedPtr
- Class IAsyncResult
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++