OrleansRelationalDownloadStream.Read(Byte[], Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取資料流程。
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
要讀取的位元組計數。
傳回
從資料流程讀取的實際位元組數目。