共用方式為


OrleansRelationalDownloadStream.Read(Byte[], Int32, Int32) 方法

定義

讀取資料流程。

public override int Read (byte[] buffer, int offset, int count);
override this.Read : byte[] * int * int -> int
Public Overrides Function Read (buffer As Byte(), offset As Integer, count As Integer) As Integer

參數

buffer
Byte[]

要讀取的緩衝區。

offset
Int32

要讀取統計資料之緩衝區的位移。

count
Int32

要讀取的位元組計數。

傳回

從資料流程讀取的實際位元組數目。

適用於