다음을 통해 공유


Reader<TInput>.ForkFrom(Int64, Reader<TInput>) 메서드

정의

지정된 위치에서 시작하는 새 판독기를 만듭니다.

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>

포크된 판독기 인스턴스입니다.

적용 대상