Click or drag to resize
Akka.NETResizableMultiReaderRingBufferTInitCursor Method
Initializes the given Cursor to the oldest buffer entry that is still available.

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void InitCursor(
	ICursor cursor
)

Parameters

cursor
Type: Akka.Streams.ImplementationICursor
TBD
See Also