Reader<TInput>.ForkFrom(Int64, Reader<TInput>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立從指定位置開始的新讀取器。
public void ForkFrom (long position, out Orleans.Serialization.Buffers.Reader<TInput> forked);
member this.ForkFrom : int64 * Reader -> unit
Public Sub ForkFrom (position As Long, ByRef forked As Reader(Of TInput))
參數
- position
- Int64
輸入資料流程中要分岔的位置。
- forked
- Reader<TInput>
分岔讀取器實例。