Click or drag to resize
Akka.NETResizableMultiReaderRingBufferTRead Method
Tries to read from the buffer using the given Cursor. If there are no more data to be read (i.e. the cursor is already at writeIx) the method throws NothingToReadException!

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

Parameters

cursor
Type: Akka.Streams.ImplementationICursor
TBD

Return Value

Type: T
TBD
Exceptions
ExceptionCondition
NothingToReadExceptionTBD
See Also