Reader<TInput>.ForkFrom(Int64, Reader<TInput>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new reader beginning at the specified position.
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))
Parameters
- position
- Int64
The position in the input stream to fork from.
- forked
- Reader<TInput>
The forked reader instance.