Düzenle

Aracılığıyla paylaş


Reader<TInput>.ForkFrom(Int64, Reader<TInput>) Method

Definition

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.

Applies to