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 が表す読み取り操作中に読み取られたバイト数

参照