System::IO::Stream::EndRead طريقة

Stream::EndRead method

ينتظر حتى يكتمل عملية القراءة غير المتزامنة المحددة.

virtual int System::IO::Stream::EndRead(System::SharedPtr<System::IAsyncResult> asyncResult)
معاملنوعالوصف
asyncResultSystem::SharedPtr<System::IAsyncResult>كائن IAsyncResult يمثل عملية قراءة غير متزامنة

ReturnValue

عدد البايتات المقروءة أثناء عملية القراءة الممثلة بـ asyncResult

انظر أيضًا